phased-agent-workflow
Phased spec-to-PR development with structured code review
All Skills in This Repository (31)
Pure Emerald Level Indicatorsskill-creator
Initialize and package new AI skills with a standardized SKILL.md template.
multi-model-review
Review PRs across multiple AI models and synthesize independent assessments.
prompt-annotation
Annotate agent prompts with XML tags for gap detection and reuse analysis.
paw-docs-guidance
Generate standardized PAW project documentation using a Docs.md template.
paw-review-gap
Identify correctness, safety, testing, and maintainability gaps in code changes and PRs.
paw-review-github
Post finalized review comments from ReviewComments.md to GitHub as pending reviews.
paw-pr
Validate PAW PRs and generate scalable descriptions with merge guidance.
paw-work-shaping
Guide interactive ideation sessions to generate structured WorkShaping.md artifacts.
paw-review-critic
Evaluate generated PR review comments for usefulness and accuracy.
paw-review-understanding
Analyze PR changes to generate ReviewContext.md and DerivedSpec.md artifacts.
paw-review-correlation
Synthesize cross-repo PR findings into a dependency graph and CrossRepoAnalysis.md.
paw-code-research
Document codebase component interactions with exact file:line references.
Frequently Asked Questions
FAQPage SchemaHow to install Phased Agent Workflow?โผ
Run `npx skills add lossyrob/phased-agent-workflow --all -g -y` in your terminal to install all skills in this suite globally.
What is context-driven development?โผ
It is a practice where the agent builds understanding through structured research and planning phases before writing code. Each phase produces durable artifacts like specs and plans that feed the next phase, reducing hallucination and making work auditable.
How does PAW review pull requests?โผ
The PAW-Review workflow analyzes PR changes, researches the pre-change baseline, identifies impacts and gaps, and drafts evidence-based review comments. Comments stay as a pending review until you explicitly authorize submission.
Does PAW work with VS Code and Copilot CLI?โผ
Yes. PAW runs as a Copilot CLI plugin in the terminal and as a VS Code extension, using the same agents and skills on both platforms.
Can I undo or restart a workflow stage?โผ
Yes. Every artifact acts as a checkpoint, and the rewind skill lets you roll back to the spec, planning, or any implementation phase with safeguard checks and confirmation prompts.
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