goal-workflow
End-to-end feature delivery from PRD to merged code
All Skills in This Repository (16)
Pure Emerald Level Indicatorsarticle-icons
Embed semantically matched inline SVG icons into Markdown, HTML, and MDX articles.
prd-to-spec
Convert product requirements documents into implementation-ready technical specifications.
smell
Detects architecture and code smells and produces a markdown report.
to-design
Transform PRDs or rough ideas into Go-style design documents with tradeoff analysis.
humanize-it
Rewrites AI-generated Chinese, technical, academic, and long-form documents into natural prose while preserving meaning.
review-it
Review local or branch-based code changes before commit or ship.
to-issues
Decompose product requirements into implementable issues and create them in GitHub, local, or Baidu iCafe.
insight-diagram
Convert repository source structure into UML and architecture diagrams as HTML and SVG.
code-to-spec
Analyze source structure and generate a structured SPEC document from an existing codebase.
modern-go
Modernize Go source code with version-appropriate idioms and APIs.
loop-it
Automate sequential GitHub issue execution with checkpointed recovery and dependency-aware ordering.
prd
Generate a structured product requirements document in Markdown from a feature idea.
Frequently Asked Questions
FAQPage SchemaHow to install goal-workflow?โผ
Run `npx skills add smallnest/goal-workflow --all -g -y` in your terminal to install all skills in this collection globally.
How does goal-workflow turn a PRD into shipped code?โผ
It chains skills in order: /prd writes the requirements, /prd-to-spec creates the technical design, /to-issues splits work into tickets, then /loop-it or /graph implements, reviews, and merges each ticket automatically.
Can goal-workflow implement multiple issues in parallel?โผ
Yes. The /graph skill builds a dependency graph of your issues and runs independent tickets concurrently in isolated git worktrees, while /loop-it handles them sequentially with crash recovery.
Does goal-workflow work with Claude Code and other coding agents?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Codex, OpenCode, and other compatible coding environments.
Can I use goal-workflow without project management experience?โผ
Yes. You describe the feature in plain language, and the skills handle requirement writing, ticket breakdown, code review, and merging for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core