my-ai-workflow
Structured planning, task breakdown, and code review workflows
All Skills in This Repository (4)
Pure Emerald Level Indicatorswrite-a-prd
Convert free-form product plans into structured PRDs with user stories and module design.
code-review
Review files or git diffs for logic, security, and maintainability issues.
prd-to-issues
Convert product requirements documents into numbered engineering issues with acceptance criteria.
final-audit
Produces a structured audit report of an entire feature's code and artifacts.
Frequently Asked Questions
FAQPage SchemaHow to install my-ai-workflow?โผ
Run `npx skills add maiobarbero/my-ai-workflow --all -g -y` in your terminal to install all skills in this collection globally.
How to turn a feature idea into a PRD?โผ
Use the write-a-prd skill: it explores your codebase, interviews you about every design decision, and saves a structured PRD file with user stories and module design.
How to break a PRD into coding tasks?โผ
The prd-to-issues skill splits your PRD into vertical-slice issues, then issues-to-tasks breaks each issue into ordered tasks sized for a single focused session.
Does it include automated code review?โผ
Yes. The code-review skill runs six passes covering logic errors, operation ordering, security, and bad practices, while final-audit checks the whole feature for cross-module issues.
Can I use it without project management experience?โผ
Yes. The complexity mapper and action planner guide you step by step, scoring project risks and recommending concrete interventions in plain language.
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