feat(plans): add MCP/skills integration phases and pause/resume to build workflow

Build command now includes:
- Phase 3.5: Skills connection with pause/resume for custom creation
- Phase 4.5: MCP server integration (connect existing, guide creation)
- Resume mechanism via build-state.json for pausing mid-build
- Explicit deployment target selection with trade-offs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kjell Tore Guttormsen 2026-04-11 10:34:46 +02:00
commit 004e6f462b
2 changed files with 26 additions and 4 deletions

View file

@ -296,7 +296,16 @@ Read these files FIRST:
Execute steps 8, 26, 27:
8. Update build command for domain templates and new features (Phase 0 template selection)
26. Update build command to integrate ALL Phase 2-5 features (memory, proactive, governance, goals, org-chart, budget, heartbeat, Docker)
26. Update build command to integrate ALL Phase 2-5 features:
- Phase 2.5: Memory setup
- Phase 3.5: Skills & custom components (with pause/resume via build-state.json)
- Phase 3.7: Proactive agent (ADL/VFM)
- Phase 4.5: Integrations & MCP servers (connect existing, guide creation, pause/resume)
- Phase 5.5: Governance (autonomy levels, approval gates, budget)
- Phase 5.7: Goals and org chart
- Phase 6: Deployment target selection (ALL targets with trade-offs, user MUST choose)
- Phase 7: Feedback loop setup
- Resume mechanism: --resume flag reads build-state.json
27. Update plugin.json to v1.0.0, rewrite CLAUDE.md and README.md for full Agent Factory
Steps 8 and 26 both modify commands/build.md — execute them SEQUENTIALLY.