Skip to content

0x2E/dev-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev-skills

Skills for AI coding assistants. The core is a tightly-coupled workflow chain for structured development (applicable to any task requiring analysis, planning, and systematic execution); standalone skills handle on-demand work like documentation governance. Inspired by Superpowers.

Philosophy

  • Concise: Each skill is focused and minimal — no heavy checklists or verbose gates
  • Self-driving chain: Workflow skills form an autonomous chain; each drives to the next without an orchestrator
  • Manual control: Skills are user-triggered, not auto-injected via hooks

Skills

The collection spans two categories: workflow skills that form a self-driving chain, and standalone skills invoked on demand.

Workflow Skills

Skill Description
using-devflow Entry router — skill index, workflow orchestration, intent routing
brainstorming Requirements → design → long-lived docs (Spec/PRD/ADR)
planning Design doc → milestone-grouped task list + execution strategy (TDD decisions)
executing-plans Serial milestone execution with checkpoint reviews
test-driven-development Red-Green-Refactor cycle, invoked on-demand by executing-plans
verifying-completion Run commands → see output → then claim completion
reviewing-code Dispatch reviewer → structured report + handle feedback
finishing-work Verify tests → merge/PR/keep/discard options → cleanup
systematic-debugging Root cause investigation → hypothesis → minimal fix

Standalone Skills

Skill Description
curating-docs Tame documentation chaos — survey, recommend convention, codify into AI config, reorganize structure, remediate content health

Default Workflow

using-devflow → brainstorming → planning → executing-plans → finishing-work
                                               (per-task verifying-completion,
                                                per-milestone reviewing-code,
                                                final global reviewing-code)

using-devflow auto-drives the chain without per-step confirmations. systematic-debugging and reviewing-code can also be invoked independently.

About

A tightly-coupled set of development workflow skills for AI coding assistants. Inspired by Superpowers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors