What problem does it solve?
This Skill establishes essential directory structures and documentation conventions within a repository, ensuring a consistent and organized environment for agentic workflows, especially for new or uninitialized projects.
Core Features & Use Cases
- Idempotent Setup: Creates or verifies
docs/, plan/, AGENTS.md, docs/decisions.md, docs/workflows.md, and .gitignore entries.
- Convention Enforcement: Enforces best practices for durable documentation, disposable scratch space, and decision capture.
- Use Case: When starting a new project or onboarding an existing one to an agentic workflow, run this Skill to ensure all necessary directories and policy documents are in place, preventing common organizational pitfalls.
Quick Start
Run the setup skill to initialize the repository's agentic workflow conventions.