Audit Inventory
Files to audit and audit criteria, extracted from Research Section 1.
Files to Audit
| Category | Files |
|---|---|
| Lifecycle definition | Project Flow SKILL.md, Project Snippet.md |
| Phase skills | Project_Create, Vision, Research, Spec, Spec_Audit, Plan, Plan_Audit, Implement, Evaluate, Fix, Verify, Extract, Complete, Archive, Delete, Rename (17 total) |
| Agent prompts | Project_Runner, Project_Worker, Project_Thinker, Project_Evaluator, Task_Runner (5 total) |
| Shared snippets | Project_Snippet.md, Env_Snippet.md |
| Templates | Phase, Vision, Research, Spec, Plan, State, WIP, Learnings, Summary, Evaluation, Verification (11 total) |
Audit Criteria — Per Skill
- Every step is actionable and ordered (no ambiguous or out-of-order steps)
- All required build/commit/push steps are present
- Sidebar updates are present where needed (Manage_Pages invocation)
- Context Boundary is correctly defined
- Phase naming convention is consistent
- Document status transitions are correct (draft → review → approved)
- Cross-references to other skills are accurate
Audit Criteria — Per Agent Prompt
- Correct routing logic for all phases (including audit phases)
- Correct file paths
- forge-discovery usage mandated where appropriate
- Include directives are correct
Known Gaps (Pre-Audit)
- Project Snippet lifecycle string outdated — missing Spec_Audit, Plan_Audit
- Project Flow lifecycle string outdated — same
- Project Runner does not route Spec_Audit or Plan_Audit
- Task Runner routing table missing Spec Audit, Plan Audit
- Project Complete step 9 incorrectly numbered
- Project Complete Prerequisites section empty
- Project Archive and Project Complete overlap
- Several skills lack explicit Phase file update at start
- Template completeness unverified