An AI-driven development workflow — from PRD to shipped code, all within Claude Code.
> /plugin marketplace add smallnest/goal-workflow> /plugin install goal-workflow-skills@goal-workflow
What's inside
English | 简体中文
An AI-driven development workflow — from PRD to shipped code, all within Claude Code.
/prd → /prd-to-spec (optional) → /to-issues → /loop-it (→ /goal → /review-it → /note-it → /ship-it)×N
npx skills add smallnest/goal-workflow
| Command | Description |
|---|---|
/prd | Generate PRD (requirements document) |
/prd-to-spec | Transform PRD into technical SPEC (optional) |
/to-issues | Decompose PRD/SPEC into Issues and create tickets |
/loop-it | Batch-implement all open Issues with checkpoint/resume |
/goal | Implement an Issue end-to-end (Claude Code built-in) |
/review-it | Automated code review with iterative fixes |
/ship-it | Commit, PR, merge, and close the Issue |
/note-it | Capture implementation notes per Issue |
/humanize-it | Remove AI traces from documents |
/listenhub-tts | Text-to-speech via ListenHub |
/insight-diagram | Generate UML and architecture diagrams |
/code-to-spec | Reverse-engineer SPEC from existing projects |
/refactor | Expert code refactoring (Fowler catalog) |
/modern-go | Modernize Go code (35+ gofix-style rules) |
/smell | Detect architecture anti-patterns, code smells, and complexity hotspots |
Full usage guide: docs/index.html
MIT
.claude-plugin/
marketplace.json
plugin.json
.gitignore
docs/
CNAME
images/
loop-it.png
index_cn.html
index_en.html
index.html
workflow.png
LICENSE
README_CN.md
README.md
skills/
article-icons/
scripts/
fetch_icon.py
icon_names.json
SKILL.md
code-to-spec/
SKILL.md
graph/
scripts/
render_graph_html.py
SKILL.md
humanize-it/
SKILL.md
insight-diagram/
examples/
activity.html
architecture.html
class.html
communication.html
component.html
deployment.html
dfd.html
flowchart.html
interaction-overview.html
object.html
sequence.html
swimlane.html
usecase.html
references/
extraction-strategy.md
scripts/
review_svg.py
SKILL.md
listenhub-tts/
SKILL.md
loop-it/
SKILL.md
modern-go/
SKILL.md
note-it/
SKILL.md
prd/
prd-to-spec/
SKILL.md
LICENSE
README.md
SKILL.md
test-prompts.json
refactor/
SKILL.md
review-it/
scripts/
review-it
SKILL.md
ship-it/
SKILL.md
smell/
README.md
SKILL.md
test-prompts.json
to-design/
SKILL.md
to-issues/
SKILL.mdFAQ
goal-workflow-skills is a Claude Code plugin with 17 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes article-icons, code-to-spec, graph. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.