lossyroblossyrobCommunityยท31 Agent Skills Included

phased-agent-workflow

Phased spec-to-PR development with structured code review

Guides features from issue to merged pull request through structured specification, research, planning, and phased implementation stages. Eliminates vague prompts and untraceable code changes by producing durable artifacts like specs, research docs, and plans before any code is written. Adds automated multi-model and multi-perspective PR review with evidence-based comments, plus rewindable checkpoints for full human control.
npx skills add lossyrob/phased-agent-workflow --all -g -y
Available:

Explains how the PAW and PAW-Review orchestrator agents load workflow skills and delegate specification, planning, implementation, and review activities to specialized sub-skills.

All Skills in This Repository (31)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
lossyroblossyrob

skill-creator

Initialize and package new AI skills with a standardized SKILL.md template.

Community
Intermediate
๐Ÿ“ฆ In Repo
lossyroblossyrob

multi-model-review

Review PRs across multiple AI models and synthesize independent assessments.

Community
Advanced
๐Ÿ“ฆ In Repo
lossyroblossyrob

prompt-annotation

Annotate agent prompts with XML tags for gap detection and reuse analysis.

Community
Basic
๐Ÿ“ฆ In Repo
lossyroblossyrob

paw-docs-guidance

Generate standardized PAW project documentation using a Docs.md template.

Community
Basic
๐Ÿ“ฆ In Repo
lossyroblossyrob

paw-review-gap

Identify correctness, safety, testing, and maintainability gaps in code changes and PRs.

Community
Basic
๐Ÿ“ฆ In Repo
lossyroblossyrob

paw-review-github

Post finalized review comments from ReviewComments.md to GitHub as pending reviews.

Community
Advanced
๐Ÿ“ฆ In Repo
lossyroblossyrob

paw-pr

Validate PAW PRs and generate scalable descriptions with merge guidance.

Community
Intermediate
๐Ÿ“ฆ In Repo
lossyroblossyrob

paw-work-shaping

Guide interactive ideation sessions to generate structured WorkShaping.md artifacts.

Community
Basic
๐Ÿ“ฆ In Repo
lossyroblossyrob

paw-review-critic

Evaluate generated PR review comments for usefulness and accuracy.

Community
Advanced
๐Ÿ“ฆ In Repo
lossyroblossyrob

paw-review-understanding

Analyze PR changes to generate ReviewContext.md and DerivedSpec.md artifacts.

Community
Intermediate
๐Ÿ“ฆ In Repo
lossyroblossyrob

paw-review-correlation

Synthesize cross-repo PR findings into a dependency graph and CrossRepoAnalysis.md.

Community
Advanced
๐Ÿ“ฆ In Repo
lossyroblossyrob

paw-code-research

Document codebase component interactions with exact file:line references.

Community
Basic

Frequently Asked Questions

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