project

Plan, execute, and validate batch ticket workflows with per-ticket /iterate and quality passes.

18|4|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/chrisallenlane/claude-swe-workflows --skill project-chrisallenlane
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project
Source: https://github.com/chrisallenlane/claude-swe-workflows/tree/main/skills/project
Command: npx skills add https://github.com/chrisallenlane/claude-swe-workflows --skill project-chrisallenlane

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates a batch of tickets into a cohesive project, planning and executing each ticket via the /iterate workflow in autonomous mode, while applying cross-cutting quality passes and presenting results for final review.

Core Features & Use Cases

  • Batch orchestration: groups multiple tickets into a single project with a shared integration point (project branch) and per-ticket topic branches.
  • Autonomous delivery: runs /iterate for each ticket with pre-loaded requirements, automated commits, and progress reporting.
  • Quality gates: applies cross-cutting passes like /refactor and /doc-review after all tickets are implemented.
  • Final review readiness: produces a comprehensive summary and branch state for human decision-making on merging.

Quick Start

Provide a batch of ticket descriptions or IDs to start the /project workflow and let it orchestrate topic branches, autonomous ticket implementation, and final review.

Frequently Asked Questions about project

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

FAQPage Schema
How do I automate batch ticket workflows for a multi-ticket sprint?

To automate batch ticket workflows, you provide a batch of ticket descriptions or IDs to start the orchestration, which then plans, executes, and validates each ticket autonomously using a shared project branch and per-ticket topic branches.

What is the branching strategy for coordinated project orchestration?

The branching strategy for coordinated project orchestration uses a single shared project branch as the integration point, with individual topic branches created and merged for each specific ticket within the batch.

How do I apply quality assurance passes after autonomous ticket execution?

You apply quality assurance passes by running cross-cutting workflows like /refactor and /doc-review after all batch tickets are implemented and merged, ensuring code quality before final human review.

Can I use autonomous execution for multiple related tickets without manual intervention?

Yes, autonomous execution runs the /iterate workflow for each ticket with pre-loaded requirements, automating commits and reporting progress without requiring manual intervention during the implementation phase.

What's the best way to manage a sprint-like scenario with multiple related tickets?

The best way to manage a sprint-like scenario with multiple tickets is using a coordinated orchestration workflow that plans the project, executes tickets autonomously on topic branches, and validates merges against a shared project branch.

Do I need to manually verify merges after batch ticket orchestration?

No, the workflow performs post-merge verification automatically, producing a comprehensive summary and branch state for human decision-making on the final integration.