What problem does it solve?
It eliminates the manual, error-prone setup work required to prepare a new repository for role-based agent collaboration and workflow execution.
Core Features & Use Cases
- Generates project context files: creates CLAUDE.md, AGENTS.md, and a structured .agents/ directory so agents can work with consistent, project-specific information.
- Captures team workflow signals: runs a PR-sampling survey to infer how the team actually operates (roles, review gates, branching/commit conventions, test delivery patterns) and writes them into the generated .agents documents.
- Documents project systems for downstream skills: captures issue tracker, test management system, knowledge base, bug filing style, and automation PR policy for runtime by other skills.
- Supports evidence-based tool wiring: (as part of later steps) can generate .agents/team-comms.md and wire host-specific tool permissions for restrictive IDEs/hosts.
Quick Start
Use the seeding-a-project skill during onboarding or when the user asks to seed the project, so your repo ends up with CLAUDE.md, AGENTS.md, and a populated .agents/ configuration set.