smallnestsmallnestCommunityยท16 Agent Skills Included

goal-workflow

End-to-end feature delivery from PRD to merged code

Automates the full software delivery pipeline: writing PRDs, converting them into technical specs, decomposing work into tickets, and implementing, reviewing, and merging each change. Eliminates manual ticket breakdown, inconsistent design docs, and forgotten review steps before shipping. Includes extras like parallel issue execution, code smell detection, Go modernization, UML diagram generation, and text-to-speech.
npx skills add smallnest/goal-workflow --all -g -y

All Skills in This Repository (16)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
smallnestsmallnest

article-icons

Embed semantically matched inline SVG icons into Markdown, HTML, and MDX articles.

Community
Intermediate
๐Ÿ“ฆ In Repo
smallnestsmallnest

prd-to-spec

Convert product requirements documents into implementation-ready technical specifications.

Community
Advanced
๐Ÿ“ฆ In Repo
smallnestsmallnest

smell

Detects architecture and code smells and produces a markdown report.

Community
Advanced
๐Ÿ“ฆ In Repo
smallnestsmallnest

to-design

Transform PRDs or rough ideas into Go-style design documents with tradeoff analysis.

Community
Advanced
๐Ÿ“ฆ In Repo
smallnestsmallnest

humanize-it

Rewrites AI-generated Chinese, technical, academic, and long-form documents into natural prose while preserving meaning.

Community
Advanced
๐Ÿ“ฆ In Repo
smallnestsmallnest

review-it

Review local or branch-based code changes before commit or ship.

Community
Intermediate
๐Ÿ“ฆ In Repo
smallnestsmallnest

to-issues

Decompose product requirements into implementable issues and create them in GitHub, local, or Baidu iCafe.

Community
Advanced
๐Ÿ“ฆ In Repo
smallnestsmallnest

insight-diagram

Convert repository source structure into UML and architecture diagrams as HTML and SVG.

Community
Advanced
๐Ÿ“ฆ In Repo
smallnestsmallnest

code-to-spec

Analyze source structure and generate a structured SPEC document from an existing codebase.

Community
Advanced
๐Ÿ“ฆ In Repo
smallnestsmallnest

modern-go

Modernize Go source code with version-appropriate idioms and APIs.

Community
Advanced
๐Ÿ“ฆ In Repo
smallnestsmallnest

loop-it

Automate sequential GitHub issue execution with checkpointed recovery and dependency-aware ordering.

Community
Advanced
๐Ÿ“ฆ In Repo
smallnestsmallnest

prd

Generate a structured product requirements document in Markdown from a feature idea.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’