/specify — write the spec into the GitHub issue
SkillDocs & knowledgeStage 1 of the SDD pipeline — write a ZettelFlow spec into a GitHub issue body (problem, value, functional requirements, testable acceptance criteria, capability disclosure, out-of-scope). Use when the user says "specify", "write a spec", "spec out issue #N", or starts new non-trivial work. Delegate the writing to the spec-author agent.
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 /specify — write the spec into the GitHub issue skill
What this skill tells your AI
The instructions your AI receives, as published by rafaelgb/obsidian-zettelflow in .claude/skills/specify/SKILL.md and read by ahel’s review.
Stage 1 of the SDD pipeline. The spec is the issue body — it fixes WHAT and WHY, with acceptance criteria the change is measured against at stage 5.
No local files — specs live in GitHub Issues, not in a specs/ directory.
Owner
Delegate to the spec-author agent. Give it the issue number or a description; it reads the
issue, the relevant code, and docs/development/constitution.md, then writes the spec.
Steps
- If an issue number is given:
gh issue view <N>to read the existing body. The agent will update it with the spec content usinggh issue edit <N> --body "...". - If new work with no issue: the agent creates a new issue with
gh issue create --title "..." --body "...". - Spec content (always in the issue body):
- Problem / Value — the user- or maintainer-facing pain; for
obsidian-scoreitems, name the guideline/score impact. - Functional requirements (
FR-n) — numbered, atomic, so plan/tasks can cite them. - Acceptance criteria (
AC-n) — testable, Given/When/Then where possible. Always include the concrete guardrail (e.g. "npm run lint:obsidianreports no new violations", "es.tshas every keyen.tshas"). - Capability disclosure — tick file-system / network / clipboard / script-exec / none (constitution §VII).
- Diagrams — at least one Mermaid diagram (flow / state / sequence). Rules and templates:
references/diagrams.md. Show empty/loading/error states (UX-first), annotate expensive edges (performance) and where logs/events fire (observability). - Out of scope / Open questions — keep the change small; surface unknowns now.
- Problem / Value — the user- or maintainer-facing pain; for
Quality bar (the stage-1 gate)
- Every acceptance criterion is observable and testable — not "works well".
- Capabilities are disclosed.
- Scope is bounded (explicit out of scope).
- No solution design leaked in.
Add the sdd:planned label when the spec is ready for /plan.
Signals
- GitHub stars
- 168
- Forks
- 12
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
specify-rafaelgb- Source
- github.com/rafaelgb/obsidian-zettelflow