Skip to content
OpenSmartRoute
Skillv1.0.0

coding-agent-pm

Plan, assign, review, and verify coding-agent work with tight scope control and clear acceptance criteria.

by aiskillstore(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from aiskillstore/marketplace (skills/kiwi-phantomworks/coding-agent-pm/SKILL.md). Install upstream with npx skills add aiskillstore/marketplace --skill coding-agent-pm. Copyright stays with the author (MIT).

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.

Operating Loop

  1. Define the shipped outcome in one sentence.
  2. Set explicit scope: files or modules owned, files or modules excluded, and any destructive actions that are forbidden.
  3. Capture the relevant context before implementation starts.
  4. Write acceptance criteria that can be checked directly.
  5. Require validation commands or manual checks before final delivery.
  6. Review 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.

Review Rules

Prioritize findings 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.

Templates

Use the templates in templates/ when a structured artifact is helpful:

  • pm-agent-brief.md
  • task-plan-template.md
  • prompt-snippets.md
  • review-checklist.md
  • first-week-agent-workflow-tracker.md

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/aiskillstore-marketplace-coding-agent-pm/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

aiskillstore-marketplace-coding-agent-pm.ocm.jsonjson
{
  "ocm": "1",
  "id": "aiskillstore-marketplace-coding-agent-pm",
  "kind": "skill",
  "name": "coding-agent-pm",
  "description": "Plan, assign, review, and verify coding-agent work with tight scope control and clear acceptance criteria.",
  "publisher": "aiskillstore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "coding-agents",
      "product-management",
      "agent-workflows",
      "code-review",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Plan, assign, review, and verify coding-agent work with tight scope control and clear acceptance criteria."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/aiskillstore/marketplace",
      "path": "skills/kiwi-phantomworks/coding-agent-pm/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/aiskillstore/marketplace/blob/HEAD/skills/kiwi-phantomworks/coding-agent-pm/SKILL.md",
      "key": "aiskillstore/marketplace/skills/kiwi-phantomworks/coding-agent-pm/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "# Coding Agent PM\n\nUse this skill when a human is preparing, delegating, reviewing, or recovering implementation work done by Claude Code, Codex, OpenClaw, or another coding agent.\n\n## Operating Loop\n\n1. Define the shipped outcome in one sentence.\n2. Set explicit scope: files or modules owned, files or modules excluded, and any destructive actions that are forbidden.\n3. Capture the relevant context before implementation starts.\n4. Write acceptance criteria that can be checked directly.\n5. Require validation commands or manual checks before final delivery.\n6. Review the diff before accepting th",
  "cost": {
    "context_tokens": 396
  }
}

Fetch it by URL: GET /api/v1/registry/aiskillstore-marketplace-coding-agent-pm/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.