ワンクリックで
plan-feature
Turn a backlog item into slices, a Gherkin spec, and a plan
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Turn a backlog item into slices, a Gherkin spec, and a plan
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | plan-feature |
| description | Turn a backlog item into slices, a Gherkin spec, and a plan |
| user-invocable | false |
Turn a selected backlog item into a dependency-ordered plan with a Gherkin acceptance gate and parallel quality-dimension assessments. Two modes: plan (default) and review (revise an existing plan).
product-backlog.md, product-requirements.md, decision-log.md,
and open-questions.md. In review mode, read the existing
~/.agentic-sdk/<project>/artifacts/planning/tasks/plan-<slug>.md instead and treat its
Functional Snapshot and Gherkin as source of truth. Surface and resolve
any [Blocking] item affecting this feature first.[Blocking] open
question and return blocked.Feature: with a short
narrative, Background: only for truly shared preconditions, Rule: to
group business rules, and Scenario Outline: with Examples: for
permutations.orchestration.md). Collect each one-line EDN assessment.Inbox (untriaged) in product-backlog.md; do not expand scope unless the
user changes the definition of done. Keep the plan a forward-only DAG:
security and verification ride with each chunk, not bolted on at the end.~/.agentic-sdk/<project>/artifacts/planning/tasks/plan-<feature_slug>.md,
filling the section skeleton in plan-template.md. Fold the four dimension
assessments into their sections (Observability, Testing Strategy, Data and
Migrations, Rollout and Verify); surface any N/A with its reason. Follow
the project descriptor's VCS and commit form, not any retired commit
mechanics in the skeleton.Owns decomposing one backlog item into a plan plus its quality-dimension assessment, and reviewing that plan. pick-feature owns selection; the four assess-* own their single dimension; implement-change and advance-plan own execution. Reached by plan-system.
One line: the plan written or revised and a terse status, or
blocked: <reason>.
Review dimension for naming, idiom, comment debt, and AI tells against the codified per-language and prose standards. Invoked by reviewer agents over one module shard.
Recipe for writing C in the runtime, module placement and the ownership and control-flow discipline. Invoked by writer agents when a C unit is dispatched.
Recipe for writing Clojure, Functional Core / Imperative Shell at the function level (namespaces by domain), native wrappers, and the boundary discipline. Invoked when writing Clojure for the project.
Recipe for writing Elixir, pure functions in modules as the core and GenServer plus OTP as the shell, supervision trees, and NIF discipline for the C and Zig edge. Invoked when writing Elixir for the project.
Recipe for any English the agent produces in this project, commits, comments, docstrings, ADRs, design docs, skill bodies, changelog, error messages, project guides. Optimizes for terse, humanized prose with no em dashes and no AI tells. Invoke for any prose-writing activity.
Recipe for writing Zig, native bodies and edge wrappers, the allocator and lifetime discipline, and the hot-path rules. Invoked when writing or editing any Zig source.