Design Feature
SkillMediaTurn a raw idea or existing feature into a designed product SPEC by completing entity, integration, role, and expectation closure. Upserts never destroy recorded decisions. Triggers: "design-feature", "design this feature", "define product scope".
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Design Feature skill
What this skill tells your AI
The instructions your AI receives, as published by gtrabanco/agentic-workflow in skills/design-feature/SKILL.md and read by ahel’s review.
Product definition — the stage that turns an idea or a feature request into an exhaustive, checkable set of acceptance criteria, before any engineering planning happens. Docs only — no code, no branch.
Turn contract
Load and verify the canonical Turn contract (11 boxes) before ending every turn. Design-specific closure boxes (product half, capability/role matrix, expectation sweep, upsert) live only in INTERVIEW.md. Missing reference → STOP.
When to use
- A rough idea, no issue yet, and no SPEC:
design-feature "<idea>". - An existing feature slug whose SPEC is not yet marked
designed:design-feature <NN-slug>. - Revising an already-designed feature's product definition:
design-feature <NN-slug> "<change>"(instruction mode), or baredesign-feature <NN-slug>for review mode (see Interaction & upsert). plan-featureredirects here when it detects an undesigned feature or a product choice areview-specNEEDS-DESIGNverdict returned to the human.
Step 0 — Discover the project (always first)
Per the agent guide's Workflow conventions + documentation map, then
read what THIS skill needs: docs/features/_TEMPLATE/SPEC.md (the two-halves
layout + ## Design status marker), the roadmap (docs/features/ROADMAP.md),
the capability inventory (docs/CAPABILITIES.md — the substrate the
Integration closure walks; if the project has none, derive an ad-hoc inventory
from the architecture doc + codebase during step 5 and offer to seed the file
from the template), and — if the slug already has a folder — its existing
SPEC.md and decisions.md in full (upsert never starts blind). Skim the
architecture and domain docs relevant to the idea's area only far enough to
ground capability closure in the project's real entities and roles — deep
engineering research is the Engineering half's job, not this one.
Consume the internal evidence-grounding
capability for the ordered passes and the readiness preflight: inventory →
evidence → draft → cut → readiness. Its outcomes (READY-FOR-REVIEW | NEEDS-EVIDENCE | NEEDS-DESIGN | NEEDS-REPLAN) are an authoring gate, never an
approval: only review-spec can approve a Product half.
Research gate (mandatory, fail-closed)
Before the Product half is emitted, run the research gate in the evidence pass (step 2 of the ordered passes):
- Fetch the domain — acquire at least two externally fetched sources on the capability's domain (fetch/WebFetch/browser): how the domain defines and solves this capability. Repo evidence alone cannot ground a design; the bias this gate closes is designing from what the repository already believes. Each fetched source becomes an evidence row (URL and access date).
- Cover the full definition — the rows must state what the capability is and what it is not, and the user's expectation of it — accepted and rejected inputs, boundaries, semantics — not just the project's current framing of it.
- Decompose every enunciated expectation — expand each expectation the user enunciates into the implicit case decomposition it implies before the Product half is cut: valid and invalid values and limits, interaction states, degraded mode, backend validation/filtering/parsing, alternate user paths. The canonical case: a "phone number input" is not a field — it is the whole case vector (prefixes/suffixes, lengths, non-text rejection, focus, no-JS/JS behavior, backend filtering/validation/parsing) that the product owner's one-liner hides.
- Fail closed — offline, or a material question the fetches do not answer,
returns
NEEDS-EVIDENCEwith the named owner and next fetch: never a guess, never an invented citation. - Research before encode — platform semantics a test will encode are
verified against authoritative documentation before the test exists (the
prevention half of
verification-contract's test-immutability contract).
Progressive loading — resolve status before product detail
The reference allowlist is exactly the paths linked below. Never invent or read
another references/ path; in the DEFER column, bare names live in the same
directory as the links.
Hard stop for an incomplete raw-idea interview: LOAD exactly
references/INTERVIEW.md and no other reference. Ask its one next
question, return NEEDS_INPUT, and end the turn. WRITE_AND_UPSERT.md is
forbidden until every mandatory interview slot is resolved; that resource then
owns closure rows and writing.
| Condition now | LOAD now | DEFER / SKIP now |
|---|---|---|
| Bare existing slug, no instruction | interview through its interaction rule; report status and stop | WRITE_AND_UPSERT.md, UPSERT_EXAMPLE.md, REPAIR.md, PORTABILITY.md |
| Brand-new idea with any mandatory interview slot unresolved | interview only; ask exactly its next question and stop | WRITE_AND_UPSERT.md, UPSERT_EXAMPLE.md, REPAIR.md, PORTABILITY.md |
| New idea after every mandatory interview slot resolves | interview, then closure, write, and upsert | UPSERT_EXAMPLE.md unless shape is ambiguous; REPAIR.md, PORTABILITY.md |
| Existing slug plus instruction | interview, then closure/write/upsert | upsert example unless shape is ambiguous; REPAIR.md, PORTABILITY.md |
Existing slug whose progress.md carries SPEC-REVIEW-FAIL or NEEDS-DESIGN | interview, then review repair | UPSERT_EXAMPLE.md, PORTABILITY.md |
| A named platform primitive is absent | the selected row above plus portability | only unrelated rows |
Do not load write/upsert while an interview slot is unresolved. A supported primitive is not absent merely because the current task does not use it.
All resources are one hop from this file. Closure rows, role matrices, expectation counts, fixed status blocks, and Spec-lint are normative. A missing required resource or unresolved mandatory slot returns NEEDS_INPUT; never guess.
Guardrails
- No review authority. This skill authors and repairs the Product half; it
never approves it. Neither
## Design status: designednor a readinessREADY-FOR-REVIEWline is a review verdict:review-specowns that, in a context that did not write these bytes. Never write or "sync" aPreExecutionReviewReceipt— the reviewer persists its own. - Rotate the revision on every write. Each write of the Product half is a new
artifactRevisionId, a revert to previously published bytes included, and the closing handoff carries it. Skipping the rotation revives a stale PASS. - Docs only — no code, no branch (that is
execute-phase), no engineering content (architecture, design, phases, testing —plan-feature's Engineering half; do not pre-fill it even when the answer seems obvious). - Never stamp
## Design status: designedwith a blank Capability closure row, a skipped inventory subsystem, an incomplete role matrix, or an unresolved Expectation sweep row — a skipped row silently un-does the entire point of this skill. - The Expectation sweep enumerates domain conventions, not new scope: it may only route each expectation to in-scope / out-of-scope / deferred — it never silently grows the feature beyond what the user confirms.
- No market or competitive research — the mandatory research gate above is
this skill's only external research; no global skill/MCP discovery
sweep (
product-audit's job); no--updateflag — upsert is always the default behavior, not an opt-in. - Don't build a separate
DESIGN.md— one SPEC, two halves, always. - Composition tier. This skill is planning-class (judgment work — run it
on your strongest model / highest effort).
plan-feature-from-issuecomposing this skill in-turn for a thin issue is allowed only when it runs at ≥ this skill's tier; otherwise it must hand off (run /design-feature <slug>) rather than under-power it. - Otherwise per the project's Workflow conventions (docs-language).
Normalized Repository State
Consume frozen facts and decisions from docs/workflow/REPOSITORY_STATE.md.
An absent fact may be inspected; a conflict becomes a resolver contradiction.
Documentation and inference are never implementation evidence.
Architectural invariants
Discover the optional project invariant document declared in the documentation
map (normally docs/architecture/ARCHITECTURAL_INVARIANTS.md) before defining a
capability. If absent, record n/a: no project invariants declared in the SPEC
and continue. For every applicable rule, cite its ID and repository evidence and
classify the proposal as preserves, violates, introduces, or changes.
Only preserves may proceed to capability closure. A violation, new rule, or
changed rule stops design for an explicit architectural decision through the
project's declared authority; never make a SPEC, implementation plan, or test
retroactively authorize it. When NRS exists, consume its frozen facts first;
the repository remains authoritative and a conflict routes to the resolver.
Portability
Do not read portability on a supported platform. Read it only after detecting that a named interaction primitive is absent. The interview, closure, upsert, and fixed output contracts stay identical.
Relationship to other skills
review-specis the gate this skill hands to: a designed half is reviewed independently beforeplan-featuremay consume it.plan-featurefails closed without that current receipt, so handing off here — not toplan-feature— is what keeps the pipeline honest.plan-featureredirects here (no bypass flag) when a feature's product half is not markeddesignedor has no current review; oncereview-specpasses,plan-featurefills the Engineering half and scaffolds the artifacts.plan-feature-from-issuemay compose this skill in-turn for a thin issue (only at ≥ tier — see Guardrails), or hand off to it directly. It stops at the Product half andreview-spec— it no longer continues into engineering planning in the same turn.evidence-groundingowns the passes and the readiness vocabulary this skill consumes; it never emits a review verdict either.triage-issue'spromote-to-featureverdict routes throughplan-feature, which redirects here if the promoted issue is still undesigned.execute-phasenever calls this skill — it only executes an already-planned SPEC's Engineering half.
Done when
-
The Product half of the SPEC is filled and every Capability closure row is resolved (filled surface or explicit
n/a). -
## Design statusaccurately reflects the outcome (designedonly when closure is complete). -
The roadmap row exists (created at
ideaif this was a brand-new feature) and its status matches the outcome —definedwhendesigned, left atideaonNEEDS_INPUT. -
The readiness preflight ran and returned
READY-FOR-REVIEW, or the turn ended with its exact blocking outcome. -
The handoff states the current
artifactRevisionId. -
The closing
→ Next:block is printed:→ Next: /review-spec <slug> — product half designed and readiness-clean; it needs an independent review before any engineering planning · more to design → re-run /design-feature <slug> "<instruction>" (upsert, destroys nothing, rotates the artifact revision) · recurring gap in this project's capability closure → /product-audit (a systemic pattern, not a one-off design fix)When ending
NEEDS_INPUTinstead:→ Next: answer the pending question, then re-run /design-feature <slug> · unsure how to scope it → propose the smallest version and confirmWhen readiness returned
NEEDS-EVIDENCEorNEEDS-REPLAN:→ Next: /design-feature <slug> "<the missing evidence>" — readiness returned NEEDS-EVIDENCE for <rows>; do not invoke /review-spec on an artifact that is not readiness-clean · the gap is engineering, not product → it belongs to plan-feature's evidence, not here
Signals
- GitHub stars
- 21
- Forks
- 3
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
design-feature- Source
- github.com/gtrabanco/agentic-workflow