Skip to content

feat(agents): add plan-reviewer agent and plan-and-review skill#858

Merged
JeremyDev87 merged 1 commit intomasterfrom
feat/plan-reviewer-agent-793
Mar 22, 2026
Merged

feat(agents): add plan-reviewer agent and plan-and-review skill#858
JeremyDev87 merged 1 commit intomasterfrom
feat/plan-reviewer-agent-793

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Add plan-reviewer.json specialist agent that reviews implementation plans before execution with severity-rated findings (Critical/High/Medium/Low)
  • Add plan-and-review/SKILL.md with 4-phase workflow: Create Plan → Dispatch Reviewer → Revise if Critical/High → Approve
  • Update parallel-orchestrator.json worker_directive to reference plan validation

Test plan

  • JSON schema validation passes (ajv-cli validate against agent.schema.json)
  • Markdown lint passes (markdownlint-cli2)
  • Agent color #5C6BC0 is unique across all agents
  • SKILL.md frontmatter follows v2.0 pattern
  • All 4 phases documented in skill

Closes #793

- Create plan-reviewer.json specialist agent with review checklist
  (file paths, acceptance criteria, scope, TDD, backward compatibility)
- Create plan-and-review/SKILL.md with 4-phase workflow
  (Create → Review → Revise → Approve)
- Add plan validation principle to parallel-orchestrator worker_directive

Closes #793
@JeremyDev87 JeremyDev87 added feat priority:should Should Have - 중요하지만 필수는 아님 skill New skill addition to .ai-rules/skills/ labels Mar 22, 2026
@vercel
Copy link

vercel bot commented Mar 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 22, 2026 11:09am

@JeremyDev87 JeremyDev87 self-assigned this Mar 22, 2026
@JeremyDev87 JeremyDev87 merged commit d4f7112 into master Mar 22, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the feat/plan-reviewer-agent-793 branch March 22, 2026 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat priority:should Should Have - 중요하지만 필수는 아님 skill New skill addition to .ai-rules/skills/

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add plan-reviewer agent and plan-and-review skill for worker plan validation

1 participant