From forgekit
Fill first-version Codex project documents from initialization questionnaire answers and produce the next planning questions. Use when Codex is asked to convert questionnaire answers, pasted project facts, or `.codex/questionnaires/` content into initial `.codex/` rules and `.forgekit/docs/` files while preparing a project-plan discussion before coding.
How this skill is triggered — by the user, by Claude, or both
Slash command
/forgekit:project-bootstrap-fillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Read `AGENTS.md` if present, then read `governance/project-bootstrap-fill.md`, `.codex/init.generated.md`, `.codex/questionnaires/`, `.codex/stacks/`, existing `.codex/`, and existing business `docs/` and `.forgekit/docs/`.
AGENTS.md if present, then read governance/project-bootstrap-fill.md, .codex/init.generated.md, .codex/questionnaires/, .codex/stacks/, existing .codex/, and existing business docs/ and .forgekit/docs/.TBD or needs confirmation and list open questions..codex/project.md.codex/scope.md.codex/commands.md.codex/style.md.codex/testing.md.codex/security.md.codex/git.md.codex/version-gates.md.forgekit/docs/project-plan.md.forgekit/docs/tech-decisions.md.forgekit/docs/version-roadmap.md.forgekit/docs/requirements.md.forgekit/docs/environment-matrix.md.forgekit/docs/release-pipeline.md.forgekit/docs/code-ownership.md.forgekit/docs/task-board.md.forgekit/docs/traceability.md.forgekit/docs/risk-register.md.codex/security.md, dependency review needs, and risk register.If project plan, technology choice, landing conditions, v0.1.0 scope, or review/refactor gate are still unclear, say coding is not ready.
If enough facts exist for a first implementation slice, say coding is allowed only for the listed scope.
End with:
npx claudepluginhub 1415923/forgekit --plugin forgekitGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.