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:
parent
7419d4283d
commit
004e6f462b
2 changed files with 26 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue