Next Steps, Gaps, and User Education
This project is strong on methodology and templates. The highest leverage now is execution clarity: faster onboarding, fewer unknowns during implementation, and tighter operator-specific guidance.
Direct Answer: Top Gaps + Next Steps
Section titled “Direct Answer: Top Gaps + Next Steps”- Operator-specific execution detail is the largest gap. Close open placeholders in the runbooks first.
- Unknowns need active tracking. Keep
RESEARCH_NEEDED.mdcurrent with status and source evidence. - User education needs layered onboarding + troubleshooting. Implement the immediate onboarding and recovery items in this guide.
Priority Next Steps
Section titled “Priority Next Steps”Immediate
Section titled “Immediate”- Complete operator playbooks with verified commands
- Turn placeholders into validated snippets
- Add a “First Run” path from install to first shipped artifact
- Document failure recovery paths (
planfails gate, tests fail, deployment fails)
Stabilization
Section titled “Stabilization”- Add architecture variants (single-service, API + worker, event-driven)
- Add scale profiles (solo builder, two-engineer team, multi-agent execution)
- Add validation bundles per phase (
charterlint, plan gate checks, task consistency checks)
Expansion
Section titled “Expansion”- Add vertical examples (mobile, data pipeline, internal tooling)
- Add change-management workflow for requirement drift
- Publish operator compatibility matrix with tested versions and known limitations
Current Gaps
Section titled “Current Gaps”Gap 1: Operator-Specific End-to-End Coverage
Section titled “Gap 1: Operator-Specific End-to-End Coverage”General methodology is clear, but concrete execution differs by agent environment.
Impact: Users stall at setup and orchestration details.
Fix: Provide tested playbooks for each operator with:
- exact prerequisites
- exact commands
- expected outputs
- failure handling
Gap 2: Unknowns Are Not Centrally Tracked
Section titled “Gap 2: Unknowns Are Not Centrally Tracked”Open questions are spread across docs and chats.
Impact: Knowledge gaps persist and recur.
Fix: Maintain RESEARCH_NEEDED.md as a live backlog with status + source evidence.
Gap 3: Limited “What Good Looks Like” Evidence
Section titled “Gap 3: Limited “What Good Looks Like” Evidence”Current walkthrough is strong but single-domain.
Impact: Users cannot map ACE to their stack quickly.
Fix: Add multiple production-like examples and include measurable success criteria (time to first commit, test pass rate, deployment lead time).
Gap 4: Insufficient Troubleshooting Paths
Section titled “Gap 4: Insufficient Troubleshooting Paths”Users need explicit recovery when gates fail or generated tasks are inconsistent.
Impact: Momentum loss during first adoption cycle.
Fix: Add troubleshooting runbooks:
- charter ambiguity saturation
- phase gate rejection
- task dependency deadlocks
- implementation mismatch vs charter
How To Educate Users Better
Section titled “How To Educate Users Better”Teach in Layers
Section titled “Teach in Layers”- Layer 1: quick orientation (concepts + one command chain)
- Layer 2: guided build (copyable end-to-end runbook)
- Layer 3: advanced operations (parallel agents, governance, scale)
Teach with Artifacts, Not Theory
Section titled “Teach with Artifacts, Not Theory”For each phase, show:
- input artifact
- command/operator action
- output artifact
- review checklist
Teach with Fast Feedback
Section titled “Teach with Fast Feedback”Include frequent checkpoints:
- “You should now have
<artifact>” - “Run
<verification command>” - “If it fails, do
<recovery step>”
Teach with Verified Deltas
Section titled “Teach with Verified Deltas”Every operator playbook should include:
- tested version
- known limitations
- compatibility notes
Definition of Done for Documentation Quality
Section titled “Definition of Done for Documentation Quality”Documentation is “operationally complete” when a new user can:
- Install tools and initialize a project without external help.
- Run charter -> plan -> tasks -> implement once end-to-end.
- Resolve one controlled failure using documented recovery steps.
- Deploy and verify a live artifact.