Closing the intent-to-code chasm - specification-driven development with BDD verification chain
86
92%
Does it follow best practices?
Impact
86%
1.82xAverage score across 14 eval scenarios
Advisory
Suggest reviewing before use
Detailed procedure for Step 6 of /iikit-core init — seeding a project backlog from an existing PRD/SDD document.
prd_source was set from the init argument, use that.Read the file (local path via Read tool) or fetch the URL (via WebFetch tool). Support common formats: Markdown, plain text, PDF, HTML.
Before extracting features, synthesize the document into a PREMISE.md at the project root:
Write the draft to PREMISE.md. Note to the user that /iikit-00-constitution will review and finalize it.
Parse the document and extract distinct features/epics. For each feature, extract:
Order in logical implementation sequence: foundational/core first (data models, auth, shared services), then backend, then frontend, then integration/polish. Dependency-providing features come earlier.
Show the ordered features as a numbered table with columns: #, Title, Description, Priority, Rationale. Ask the user to confirm the order, reorder, remove, or add features. Wait for explicit confirmation before proceeding.
Follow the commands and body template in prd-issue-template.md. Create labels first (idempotent), then one issue per confirmed feature in the confirmed order. Use gh if available, otherwise curl the GitHub API.
List all created issues with their numbers and titles. Suggest /iikit-00-constitution as the next step, then /iikit-01-specify #<issue-number> to start specifying individual features.
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10
scenario-11
scenario-12
scenario-13
scenario-14
rules
skills
iikit-00-constitution
scripts
dashboard
iikit-01-specify
iikit-02-plan
iikit-03-checklist
scripts
bash
dashboard
iikit-04-testify
iikit-05-tasks
iikit-06-analyze
iikit-07-implement
iikit-08-taskstoissues
iikit-bugfix
scripts
dashboard
iikit-clarify
iikit-core
references
scripts
bash
dashboard
powershell
templates