workflow-guide

Coordinates Cursor and Claude Code via a two-agent workflow with planning, handoffs, and reviews.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/lane2077/claude-code-harness-zh --skill workflow-guide-lane2077
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-guide
Source: https://github.com/lane2077/claude-code-harness-zh/tree/main/codex/.codex/skills/workflow-guide
Command: npx skills add https://github.com/lane2077/claude-code-harness-zh --skill workflow-guide-lane2077

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinating Cursor (PM) and Claude Code (Worker) can be ambiguous without a shared workflow playbook; this skill provides structured guidance to plan, hand off work, and review results.

Core Features & Use Cases

  • Role-based collaboration with Cursor as PM and Claude Code as Worker.
  • Clear task lifecycle via Plans.md markers (pm:依頼中, cc:WIP, cc:完了, pm:確認済) and automated task progression.
  • Integrated commands for planning, execution, status sync, and handoffs; supports parallel work and guardrails for CI/CD.

Quick Start

Start by creating Plans.md with initial tasks, then run /plan-with-agent to break them down and /work to begin execution.

Frequently Asked Questions about workflow-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate a two-agent workflow between Cursor and Claude Code?

A two-agent workflow between Cursor and Claude Code is coordinated through structured role separation where Cursor acts as PM and Claude Code as Worker, using a shared Plans.md file with task markers and commands like /plan-with-agent and /handoff-to-cursor to manage planning, execution, and reviews.

What is the best way to manage task handoffs in a CI/CD pipeline with multiple AI agents?

Managing task handoffs in a CI/CD pipeline with multiple AI agents is best handled through structured Plans.md task markers like pm:依頼中, cc:WIP, and cc:完了, which track task progression and enforce guardrails during the review and staging phases of the workflow.

How does the /work command execute tasks in a project management workflow?

The /work command executes tasks in a project management workflow by triggering Claude Code to begin work on items defined in Plans.md, transitioning task markers to WIP status, and following established guardrails for testing and reviews before handing off back to Cursor.

Can I use Plans.md task markers for parallel work across different agents?

Yes, you can use Plans.md task markers for parallel work across different agents; the workflow supports parallel task execution by tracking individual task states independently, allowing Cursor and Claude Code to manage multiple WIP items simultaneously while maintaining clear role separation.

Do I need a specific project structure to start a two-agent workflow?

To start a two-agent workflow, you need to create a Plans.md file with your initial tasks, then run the /plan-with-agent command to break them down before executing /work; no specific broader project structure is required beyond this file.

When should I not use a two-agent workflow for project management?

You should not use a two-agent workflow for project management if your tasks require no planning, execution, testing, or review phases, or if a single agent can handle the entire lifecycle without needing structured handoffs, role separation, or CI/CD guardrails.