# Coordinate PM and Implementation Handoffs

Multi-agent development can lose context when tasks move between planning, implementation, and review. This skill creates structured handoffs and controlled review-fix workflows for Claude, Codex, and Claude Code users.

## Install

```bash
npx skillstore add chachamaru127/workflow
```

## Metadata

- - Slug: chachamaru127-workflow
- - Version: 1.0.0
- - Author: Chachamaru127
- - GitHub username: Chachamaru127
- - License: MIT
- - Repository: https://github.com/Chachamaru127/claude-code-harness/tree/main/skills/workflow
- - Ref: main
- - Supported tools: Claude, Codex, Claude Code
- - Risk level: low
- - Risk factors: external\_commands
- - Quality score: 78
- - Quality tier: bronze
- - Public page: https://skillstore.pages.dev/skills/chachamaru127-workflow
- - Manifest: https://skillstore.pages.dev/api/skills/chachamaru127-workflow/manifest

## Capabilities

- Routes workflow requests to auto-fix, handoff-to-impl, or handoff-to-pm guidance.
- Generates PM-to-implementation task requests with background, scope, constraints, and acceptance criteria.
- Generates implementation-to-PM completion reports with changes, tests, risks, and next actions.
- Guides approved fixes for review findings after previewing changes for user approval.
- Uses local project context such as Plans.md and Git status when available.

## Use Cases

- Prepare implementation work: Create a clear task request before passing planned work to an implementation agent.
- Report completed changes: Summarize implementation results, touched files, tests, and remaining risks for a PM review.
- Apply review fixes: Turn review comments into a controlled fix plan with a preview before edits are applied.

## Prompt Templates

### Create a basic handoff

```
Create a handoff for this task so an implementation agent can start work.
```

### Prepare a scoped implementation request

```
Read the current plan and create an implementation request with goals, scope, acceptance criteria, and constraints.
```

### Generate a PM completion report

```
Summarize the completed implementation for PM review, including changed files, tests, acceptance criteria, risks, and next actions.
```

### Plan approved review fixes

```
Review the latest comments, identify safe fixes, preview the planned edits, and wait for approval before applying changes.
```

## Limitations

- It does not replace the separate 2-agent setup skill.
- It depends on accurate Plans.md content and clear task ownership.
- It does not verify business requirements beyond the context provided.
- Bash-enabled workflows should be reviewed before running commands in sensitive repositories.

## Best Practices

- Keep Plans.md current before creating handoffs.
- Include acceptance criteria and explicit non-goals in every implementation request.
- Review proposed fixes before allowing edits in production or security-sensitive repositories.

## Anti Patterns

- Using the skill when a full two-agent environment still needs setup.
- Sending vague requests without task scope, files, or acceptance criteria.
- Applying review fixes without checking the preview and expected behavior.

## Security Audit

- - Safe to publish: true
- - Audited at: 2026-06-28T21:24:04.408\+00:00
- - Summary: Static analysis reported shell backticks, weak cryptography, and high entropy, but review found the crypto and entropy alerts are false positives. The only meaningful risk is Bash availability and fixed local Git inspection guidance; no evidence found for exfiltration, network access, prompt injection, or malicious intent.

## Stats

- - Views: 213
- - Downloads: 4
- - Favorites: 0
- - Popularity score: 0
