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

@ -44,18 +44,19 @@ Key commands: `/config-audit posture`, `/config-audit discover`, `/config-audit
---
### [Ultraplan Local and Ultra Execute Local](plugins/ultraplan-local/) `v1.4.0`
### [Ultraplan Local](plugins/ultraplan-local/) `v1.6.0`
Deep implementation planning with specialized agent swarms and adversarial review, then autonomous execution with failure recovery.
Deep research, implementation planning, and autonomous execution with specialized agent swarms, adversarial review, and failure recovery.
Two commands, one pipeline: plan first, then execute. The plan is the contract between the two.
Three commands, one pipeline: research first, then plan, then execute.
- **`/ultraplan-local`** — Interview, 6-8 specialized agents explore the codebase in parallel, adversarial review by plan-critic and scope-guardian
- **`/ultraresearch-local`** — Deep multi-source research with triangulation: 5 local agents + 4 external agents + Gemini bridge, producing structured briefs with confidence ratings
- **`/ultraplan-local`** — Interview, 6-8 specialized agents explore the codebase in parallel, adversarial review by plan-critic and scope-guardian. Accepts research briefs via `--research`
- **`/ultraexecute-local`** — Step-by-step implementation with git checkpoints, automatic failure recovery, and parallel session decomposition
Modes: default (interview + background), spec-driven, foreground, quick, decompose, export
Modes: default, spec-driven, research-enriched, foreground, quick, decompose, export
13 specialized agents · 2 commands · No cloud dependency
19 specialized agents · 3 commands · No cloud dependency
→ [Full documentation](plugins/ultraplan-local/README.md)