Add spec-driven-slicing skill#1450
Open
uesugitorachiyo wants to merge 1 commit into
Open
Conversation
Rigid process skill that executes one slice from a prompt-pack-style spec-driven build. Hard gates against scope creep and skipped tests; deterministic 3-rule slice picker; mandatory Slice Implementation Report. Composes with test-driven-development for the test-first phase. Variant B delivery: skill ships without bundled examples/. The AO Runtime prompt pack is referenced externally in the "Worked example" section; users obtain or write their own pack and point the skill at it via the pack-shape contract.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the
spec-driven-slicingskill, which guides Claude through prompt-pack-style spec-driven builds — one slice at a time, with TDD discipline, gated red-test verification, and per-slice implementation reports.What it does
When a project ships as a numbered prompt pack (e.g.
S00 → S21), the skill walks Claude through each slice deterministically:This is the discipline that drove the AO Runtime build to feature-completion (187 Rust tests + 4 eval scenarios green, all 22 slices shipped,
cargo fmt --checkandcargo clippy --all-targets -D warningsclean).Files
skills/spec-driven-slicing/SKILL.md— the skill itselfskills/spec-driven-slicing/README.md— operator-facing docsTest plan
/tmp/sds-smokeagainst a synthetic 3-slice pack🤖 Generated with Claude Code