project-manager

Orchestrates tickets through discovery, design, build, review, and QA stages via gate verdicts.

1|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/Lia-Creative/lia-plugins --skill project-manager-lia-creative
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: project-manager
Source: https://github.com/Lia-Creative/lia-plugins/tree/main/lia-tools/skills/project-manager
Command: npx skills add https://github.com/Lia-Creative/lia-plugins --skill project-manager-lia-creative

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Multi-agent development work stalls when tickets sit in the wrong status, two sessions collide on the same work, or nobody dispatches the next stage after a gate verdict. This Skill runs the board end to end so tickets keep moving and statuses stay true. ## Core Features & Use Cases - Autonomous dispatching: Spawns stage-lead subagents directly with ticket ids, a dedicated worktree, and the seat skill, instead of handing a person commands to paste. - Collision prevention: Checks the board, worktrees, and open PRs before every dispatch or re-dispatch, and requires proof a prior agent finished before spawning a replacement. - Stage pipeline management: Moves tickets through discovery, design, build, review, and QA strictly on gate verdicts, routing defect kickbacks backwards to the owning stage. - Board hygiene and reporting: Sweeps dead worktrees, reverts automation-flipped statuses, and writes traffic-light milestone updates a non-developer can read. - Use Case: A founder asks where the milestone stands; the PM fetches main, diffs the Linear milestone against the brief, lists in-flight PRs, dispatches the next stage leads, and replies with a green/amber/red update naming every blocker. ## Quick Start Ask the agent to run the board for the current milestone and hand out the next dispatches.

Frequently Asked Questions about project-manager

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

FAQPage Schema
How do I run a ticket board across multiple AI agents?▼

Use a project-manager seat that spawns each stage lead as a subagent with ticket ids, a dedicated worktree, and the seat skill. Tickets move between discovery, design, build, review, and QA only when a gate verdict lands, never on a feeling of readiness.

How to prevent two agent sessions from working the same ticket?▼

Before every dispatch, check the board assignee and recent comments, remote branches and git worktree list, and open PRs naming the ticket. Any hit makes the ticket non-dispatchable; for re-dispatch, prove the first agent finished or died, since silence and an empty diff prove nothing.

When should an AI agent hand a command to a human instead of acting?▼

Only in three cases: a credential the session cannot hold, a founder gate such as a release decision, or a machine outside the agent's reach. The agent then stops and states exactly what it needs, who has it, and what remains blocked.

Can a project manager agent review or merge code itself?▼

It lands work only in its own lane, meaning board tooling and process changes, reviewed under the same rules as any lead. It never grades another lane's build, design, or discovery, because not producing the work is what qualifies it to move tickets honestly.

Why do Linear ticket statuses drift out of sync with the code?▼

Automations flip statuses: Linear's GitHub integration moves cited tickets to Done on merge, and branch pushes move tickets to In Progress. The PM's standing sweep reverts any status the code does not justify and comments naming the automation.