docs(ultraplan-local): update READMEs to v1.6.0 with /ultraresearch-local

Plugin README, marketplace README, and CONTRIBUTING.md were committed
with pre-v1.6.0 content. Syncs all documentation with the actual v1.6.0
release: adds /ultraresearch-local section, updates agent count (19),
command count (3), pipeline diagram, examples, and architecture tree.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kjell Tore Guttormsen 2026-04-08 11:48:40 +02:00
commit e453ad3602
3 changed files with 179 additions and 67 deletions

View file

@ -31,23 +31,29 @@ Changes to this plugin must preserve:
| File | Purpose |
|------|---------|
| `.claude-plugin/plugin.json` | Plugin manifest |
| `commands/ultraplan-local.md` | The `/ultraplan-local` slash command — workflow orchestration |
| `agents/*.md` | Specialized agents for exploration, review, and orchestration |
| `commands/ultraresearch-local.md` | The `/ultraresearch-local` slash command — research orchestration |
| `commands/ultraplan-local.md` | The `/ultraplan-local` slash command — planning orchestration |
| `commands/ultraexecute-local.md` | The `/ultraexecute-local` slash command — execution orchestration |
| `agents/*.md` | 19 specialized agents for research, exploration, review, and orchestration |
| `templates/plan-template.md` | Structured plan output format |
| `templates/research-brief-template.md` | Research brief format with triangulation and confidence |
| `templates/spec-template.md` | Spec file format |
| `templates/session-spec-template.md` | Session spec format for headless execution |
| `templates/headless-launch-template.md` | Launch script template |
The command file is the core. All planning logic lives in markdown.
The command files are the core. All logic lives in markdown.
## Testing locally
```bash
claude --plugin-dir /path/to/ultraplan-local
# Then in the session:
/ultraresearch-local <research question>
/ultraplan-local <describe a task>
/ultraexecute-local <path to plan>
```
Verify:
- Exploration agents spawn in parallel
- Plan follows the template structure
- Plan file is written to `.claude/plans/`
- Adversarial review runs (plan-critic + scope-guardian)
- `/ultraresearch-local`: Research agents spawn, brief written to `.claude/research/`
- `/ultraplan-local`: Exploration agents spawn in parallel, plan follows template, plan written to `.claude/plans/`, adversarial review runs
- `/ultraexecute-local`: Steps execute with verify + checkpoint per step