skills
Structured five-phase development pipeline with review and QA gates
All Skills in This Repository (7)
Pure Emerald Level Indicatorsplan-project
Create phased project plans with scope, architecture, and feature sequencing.
commit
Stage and commit Git changes with conventional commit guidance.
plan-feature
Guide a Socratic conversation to capture feature requirements, edge cases, and decisions.
review
Triage code review requests and run relevant verification checks on diffs.
generate-tasks
Transforms feature plans into TDD task specifications with embedded test scenarios.
start-task
Detect task identifiers, sync the main branch, and create a named branch with saved context.
tdd
Implement test-driven development cycles from PLAN-*.md feature plans.
Frequently Asked Questions
FAQPage SchemaHow to install foyzulkarim/skills?โผ
Run `npx skills add foyzulkarim/skills --all -g -y` in your terminal to install the full dev-pipeline skill set globally.
What does the dev-pipeline do?โผ
It walks a feature from requirements interview to architecture, task breakdown, verified implementation, and a multi-check code review, with an optional QA gate that tests the running product.
How does the QA gate work?โผ
The plan-qa skill interviews you to build an executable test plan, then execute-qa drives a real browser and shell against your app and writes an evidence-backed results report.
Can it run multiple features in parallel?โผ
Yes. The move-to-worktree and finish-worktree skills park each task in its own git worktree so several implementation lanes can run side by side safely.
Does it track token usage and cost?โผ
Yes. The session-stats and setup-cost-tracking skills show per-session token, cache, and dollar cost dashboards, and session-audit finds where tokens are being wasted.
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