create-project-context
Installation
SKILL.md
Create / Update Project Context
Create or update .agents/PROJECT_CONTEXT.md so the agent has a single, stable reference for conventions and architecture across all iterations.
The Job
- Check whether
.agents/PROJECT_CONTEXT.mdalready exists.- First iteration (file absent or empty): run the Questions flow below.
- Subsequent iterations (file present): ask the user what to add or change; skip questions for sections already covered. In
--mode yoloskip all questions and infer from the codebase and the current iteration's PRD.
- Produce or update the document following the Output Structure.
- Enforce the 250-line cap (see Cap Rule).
- Write the result to
.agents/PROJECT_CONTEXT.md.