Help us improve
Share bugs, ideas, or general feedback.
From claudecode-research-harness-workflow
Guides the Cursor (PM) ↔ Claude Code (Worker) two-agent workflow: task delegation, Plans.md markers, implementation→review→deploy cycle.
npx claudepluginhub maxwell2732/claudecode-research-harness-workflow --plugin claudecode-research-harness-workflowHow this skill is triggered — by the user, by Claude, or both
Slash command
/claudecode-research-harness-workflow:workflow-guideThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
A skill providing guidance on the Cursor ↔ Claude Code 2-agent workflow.
Guides Cursor PM ↔ Claude Code two-agent workflow with Plans.md task management and handoff commands. For workflow orientation, not solo implementation or handoff execution.
Orchestrates AI coding workflows with self-correction loops, pre-flight discipline rules, and cross-agent support for Claude Code and other agents.
Orchestrates Codex agents for code implementation, file modifications, codebase research, security audits, testing, and multi-step execution workflows.
Share bugs, ideas, or general feedback.
A skill providing guidance on the Cursor ↔ Claude Code 2-agent workflow.
This skill is invoked by the following phrases:
This skill explains the role assignment and collaboration method between Cursor (PM) and Claude Code (Worker).
| Agent | Role | Responsibilities |
|---|---|---|
| Cursor | PM (Project Manager) | Task assignment, review, production deploy decisions |
| Claude Code | Worker | Implementation, testing, CI fixes, staging deploy |
┌─────────────────────────────────────────────────────────┐
│ Cursor (PM) │
│ - Add tasks to Plans.md │
│ - Delegate work to Claude Code (/handoff-to-claude) │
│ - Review completion reports │
│ - Make production deploy decisions │
└─────────────────────┬───────────────────────────────────┘
│ Task delegation
▼
┌─────────────────────────────────────────────────────────┐
│ Claude Code (Worker) │
│ - Execute tasks with /work (parallel execution) │
│ - Implement → Test → Commit │
│ - Auto-fix CI failures (up to 3 times) │
│ - Completion report with /handoff-to-cursor │
└─────────────────────┬───────────────────────────────────┘
│ Completion report
▼
┌─────────────────────────────────────────────────────────┐
│ Cursor (PM) │
│ - Review changes │
│ - Verify on staging │
│ - Execute production deploy (after approval) │
└─────────────────────────────────────────────────────────┘
| Marker | Meaning | Set by |
|---|---|---|
pm:requested | Requested by PM (compatible: cursor:requested) | PM (Cursor/PM Claude) |
cc:TODO | Claude Code not started | Either |
cc:WIP | Claude Code in progress | Claude Code |
cc:done | Claude Code complete | Claude Code |
pm:confirmed | PM confirmation complete (compatible: cursor:confirmed) | PM (Cursor/PM Claude) |
cursor:requested | (compatible) Same as pm:requested | Cursor |
cursor:confirmed | (compatible) Same as pm:confirmed | Cursor |
blocked | Blocked | Either |
pm:requested → cc:WIP → cc:done → pm:confirmed
| Command | Purpose |
|---|---|
/harness-init | Project setup |
/plan-with-agent | Planning/task breakdown |
/work | Task execution (parallel execution supported) |
/handoff-to-cursor | Completion report (to Cursor PM) |
/sync-status | Status check |
| Skill | Trigger Example |
|---|---|
handoff-to-pm | "Report completion to PM" |
handoff-to-impl | "Hand off to implementation" |
| Command | Purpose |
|---|---|
/handoff-to-claude | Delegate tasks to Claude Code |
/review-cc-work | Review completion reports |
If CI fails 3 times in a row:
A: Even when working alone, task management with Plans.md is recommended. Perform production deploys manually and carefully.
A: Request clarification from Cursor, or use /sync-status to organize the current state.
A: Do not auto-fix more than 3 times; escalate to Cursor.