- Introduced `critic`, an independent adversarial reviewer for security and correctness. - Added `fable-orchestrator` to manage task routing and verification. - Implemented `gauntlet-critic` for fresh-context evaluation of gauntlet rounds. - Created `planner` for generating executable implementation plans with dependencies. - Developed `security-auditor` for application security reviews and audits. - Established `system-steward` to improve agent prompts and skills based on verified failures. - Added `dev-loop` skill for autonomous development loops over repositories. - Implemented `gauntlet-loop` skill for iterative quality benchmarking against reference standards. - Updated project settings to utilize the new orchestrator agent. - Created documentation for `GAUNTLET.md`, `PROGRESS.md`, and `REFERENCE_BAR.md` to track project status and quality benchmarks. - Added detailed prompting style guide to enhance understanding of prompt patterns and agentic loops.
936 B
936 B
name, description, allowed-tools
| name | description | allowed-tools |
|---|---|---|
| resume-project | Rebuild verified project state after a fresh session, compaction, interruption, agent handoff, or a request to continue or resume work. Use proactively before planning or editing when conversation history may be incomplete. | Read Grep Glob |
- Read
CLAUDE.md,docs/MEMORY.md,docs/HANDOFF.md,docs/PROJECT_BRIEF.mdwhen present, and the active rules under## Lessons. - Inspect the current git status and only the files named by the handoff or current task.
- Separate verified facts from stale or unverified handoff claims. Re-run the smallest relevant check if the status is uncertain.
- Return a state snapshot: objective, verified progress, changed paths, verification status, open risks, and one next smallest action.
- Update
docs/HANDOFF.mdonly when new evidence changes the state. Do not implement the next action unless the user or task explicitly asks.