* feat: add initial files and spec 1 * feat: add spec for rich text feature * chore: restore file from broken AI session * feat: add project constraints to ai * chore: update spec feature prompt * feat: add multiple tags support - wip * test: fix test cases * chore: move tag list to below the inputs * chore: add ngrok files and updates * fix: session issues and query using HQL * test: fix test cases
637 B
637 B
Orchestrator
The orchestrator coordinates:
- context
- specs
- architecture
- implementation
- review workflows
Primary Goals
- maintain incremental progress
- reduce ambiguity
- preserve consistency
- support maintainability
Orchestration Responsibilities
- identify next executable spec
- validate dependencies
- coordinate role transitions
- ensure contracts are respected
- maintain delivery momentum
Workflow Philosophy
Prefer:
- small focused steps
- explicit transitions
- structured handoffs
- iterative delivery
Avoid:
- giant implementation phases
- uncontrolled context growth
- hidden assumptions