Agent Skillsdavepoon/buildwithclaude › coding-agent-pm

coding-agent-pm

GitHub

用于规划、委派、审查及恢复由AI编码代理执行的实现工作。通过明确范围、验收标准和验证步骤,控制任务边界,防止范围蔓延和回归问题,确保代码交付质量与可追溯性。

plugins/all-skills/skills/coding-agent-pm/SKILL.md davepoon/buildwithclaude

触发场景

需要为AI编码代理定义清晰的任务范围和验收标准 审查AI生成的代码变更以检测范围漂移或回归 AI代理工作停滞或结果不可信时需要恢复流程

安装

npx skills add davepoon/buildwithclaude --skill coding-agent-pm -g -y
更多选项

非标准路径

npx skills add https://github.com/davepoon/buildwithclaude/tree/main/plugins/all-skills/skills/coding-agent-pm -g -y

不安装直接使用

npx skills use davepoon/buildwithclaude@coding-agent-pm

指定 Agent (Claude Code)

npx skills add davepoon/buildwithclaude --skill coding-agent-pm -a claude-code -g -y

安装 repo 全部 skill

npx skills add davepoon/buildwithclaude --all -g -y

预览 repo 内 skill

npx skills add davepoon/buildwithclaude --list

SKILL.md

Frontmatter
{
    "name": "coding-agent-pm",
    "license": "MIT",
    "category": "ai-agents",
    "description": "Plan, delegate, review, and recover coding-agent implementation work with tight scope control, acceptance criteria, and validation."
}

Coding Agent PM

Use this skill when a human is preparing, delegating, reviewing, or recovering implementation work done by Claude Code, Codex, OpenClaw, or another coding agent.

When to Use This Skill

  • You need to turn a vague implementation request into a bounded agent task.
  • You are assigning work to one or more coding agents and need clear file ownership.
  • You are reviewing an agent diff for scope drift, regressions, or missing validation.
  • A coding agent has stalled, over-edited, or returned a result that is hard to trust.

What This Skill Does

  1. Defines the shipped outcome in one sentence.
  2. Sets explicit scope: files or modules owned, files or modules excluded, and destructive actions that are forbidden.
  3. Captures relevant project context before implementation starts.
  4. Writes acceptance criteria that can be checked directly.
  5. Requires validation commands or manual checks before final delivery.
  6. Reviews the diff before accepting the work.

Assignment Rules

  • Keep the task brief concrete and bounded.
  • State whether the agent may edit files or should only inspect and plan.
  • Give ownership boundaries for code changes.
  • Tell the agent not to revert unrelated user work.
  • Prefer existing project patterns over new abstractions.
  • Require the final response to include changed files, checks run, results, and remaining risks.

Agent Brief Template

# Agent Brief

## Outcome
Ship:

## Scope
Owned files/modules:

Do not edit:

Forbidden actions:
- Do not run destructive git commands.
- Do not revert unrelated user changes.

## Context
Relevant files:

Existing patterns to follow:

## Acceptance Criteria
- [ ] 
- [ ] 
- [ ] 

## Validation
Run:

Manual checks:

## Final Response Must Include
- Files changed
- Validation run and result
- Remaining risks or follow-ups

Review Checklist

Review in this order:

  1. Behavioral bugs or regressions.
  2. Missing acceptance criteria.
  3. Missing tests or weak validation.
  4. Scope drift and unrelated refactors.
  5. Security, privacy, or destructive-command risk.

If the agent drifted, stop new edits and ask it to map each change back to the original acceptance criteria.

Recovery Prompt

Use this when a coding agent's work is hard to trust:

Pause implementation. Map every changed file and every material change back to the original acceptance criteria. For each change, mark it as required, optional, or unrelated. Do not edit files until this map is complete.

Example

User: "Have a coding agent add OAuth login."

Better assignment:

Outcome: Add GitHub OAuth login to the existing auth flow.

Scope:
- Own: src/auth/*, src/routes/login.tsx, tests/auth/*
- Do not edit: billing, onboarding, database migrations unless a failing test proves it is required

Acceptance criteria:
- [ ] Existing email login still works.
- [ ] GitHub login creates or links a user through the existing auth service.
- [ ] Auth errors render through the existing form error pattern.
- [ ] Tests cover success, denied OAuth, and existing linked account.

Validation:
- npm test -- auth
- npm run lint

Tips

  • The smaller the owned file set, the better the agent result.
  • Make "do not edit" lists explicit for shared or risky modules.
  • Prefer acceptance criteria over long implementation instructions.
  • Treat validation as part of the task, not a follow-up.

版本历史

  • 502fc01 当前 2026-07-05 15:03

同 Skill 集合

plugins/agent-triforce/skills/code-health/SKILL.md
plugins/agent-triforce/skills/feature-spec/SKILL.md
plugins/agent-triforce/skills/implement-feature/SKILL.md
plugins/agent-triforce/skills/release-check/SKILL.md
plugins/agent-triforce/skills/review-findings/SKILL.md
plugins/agent-triforce/skills/security-audit/SKILL.md
plugins/agents-uc-taskmanager/skills/init/SKILL.md
plugins/agents-uc-taskmanager/skills/work-pipeline/SKILL.md
plugins/agents-uc-taskmanager/skills/work-status/SKILL.md
plugins/aigent-os/skills/close/SKILL.md
plugins/aigent-os/skills/open/SKILL.md
plugins/all-skills/skills/activecampaign-automation/SKILL.md
plugins/all-skills/skills/agent-analytics/SKILL.md
plugins/all-skills/skills/airtable-automation/SKILL.md
plugins/all-skills/skills/amplitude-automation/SKILL.md
plugins/all-skills/skills/anti-ui-slop/SKILL.md
plugins/all-skills/skills/artifacts-builder/SKILL.md
plugins/all-skills/skills/asana-automation/SKILL.md
plugins/all-skills/skills/aurakit/SKILL.md
plugins/all-skills/skills/bamboohr-automation/SKILL.md
plugins/all-skills/skills/basecamp-automation/SKILL.md
plugins/all-skills/skills/bitbucket-automation/SKILL.md
plugins/all-skills/skills/box-automation/SKILL.md
plugins/all-skills/skills/brand-guidelines/SKILL.md
plugins/all-skills/skills/brevo-automation/SKILL.md
plugins/all-skills/skills/cal-com-automation/SKILL.md
plugins/all-skills/skills/calendly-automation/SKILL.md
plugins/all-skills/skills/canva-automation/SKILL.md
plugins/all-skills/skills/canvas-design/SKILL.md
plugins/all-skills/skills/changelog-generator/SKILL.md
plugins/all-skills/skills/circleci-automation/SKILL.md
plugins/all-skills/skills/clawring/SKILL.md
plugins/all-skills/skills/clickup-automation/SKILL.md
plugins/all-skills/skills/close-automation/SKILL.md
plugins/all-skills/skills/coda-automation/SKILL.md
plugins/all-skills/skills/coinpaprika-api/SKILL.md
plugins/all-skills/skills/competitive-ads-extractor/SKILL.md
plugins/all-skills/skills/confluence-automation/SKILL.md
plugins/all-skills/skills/content-research-writer/SKILL.md
plugins/all-skills/skills/convertkit-automation/SKILL.md
plugins/all-skills/skills/datadog-automation/SKILL.md
plugins/all-skills/skills/developer-growth-analysis/SKILL.md
plugins/all-skills/skills/dexpaprika-api/SKILL.md
plugins/all-skills/skills/discord-automation/SKILL.md
plugins/all-skills/skills/dispatch/SKILL.md
plugins/all-skills/skills/docusign-automation/SKILL.md
plugins/all-skills/skills/docx/SKILL.md
plugins/all-skills/skills/domain-name-brainstormer/SKILL.md
plugins/all-skills/skills/dropbox-automation/SKILL.md

元信息

文件数
0
版本
13c9cb5
Hash
5c647152
收录时间
2026-07-05 15:03

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-04 01:22
浙ICP备14020137号-1 $访客地图$