What problem does it solve?
Provides a strict, repeatable protocol so an AI agent can join, understand, and work on a software project without inventing business rules or drifting from scope. It prevents ambiguous implementations by enforcing reading of project memory and context, grouping clarifying questions, requiring plan confirmation, and recording outcomes in the project's documentation.
Core Features & Use Cases
- Project resumption: A clear onboarding checklist that reads .docs/memory, .docs/context, rules, and scans project files before any change.
- Task orchestration: Standardized flow for implementing features, bug fixes, and brainstorming that requires decomposition into atomic tasks, plan confirmation, and checkpoints during execution.
- Safety and governance: Explicit "no-inference" and "no-drift" rules that pause work when business decisions, missing dependencies, or inconsistencies are detected, and that integrate with technical sub-skills (requirements-format, iteration-rules, docs-structure, project-documentation).
- Documentation hygiene: Rules for updating context and memory, where the agent appends only completed facts and avoids editing developer-owned feature definitions.
Quick Start
Use the agent-workflow skill to run project resumption, collect grouped clarifying questions, propose a task-by-task implementation plan, and request confirmation before coding.