project-manage

Coordinate agentic project workflows by delegating state detection, issue triage, and task scoping.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/christophevg/c3 --skill project-manage-christophevg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-manage
Source: https://github.com/christophevg/c3/tree/main/skills/project-manage
Command: npx skills add https://github.com/christophevg/c3 --skill project-manage-christophevg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you manage an agentic project workflow—triaging issues, updating backlog state, coordinating domain experts, and orchestrating implementation and review—without you manually stitching all steps together.

Core Features & Use Cases

  • Project state orchestration: Delegates to release-manager to determine the project root, current branch, open PRs, open issues, recent commits, and last tag, then drives the next workflow step accordingly.
  • Issue triage and backlog management: Classifies GitHub issues (bug, feature, question, dependencies), enforces owner-only authority for backlog acceptance, updates labels, and ensures tasks are reflected in TODO.md.
  • Feature and bug workflow routing: Detects whether the user request is a feature, bug, or dependency workstream and routes to the appropriate specialized agents (e.g., bug-fixer, functional-analyst, researcher, implementation/review phases).
  • Cross-domain review and quality gates: Coordinates functional blocking review, parallel domain reviews (architecture/UI/security where relevant), parallel quality checks, and documentation verification.
  • Owner-approval blocking for implementation: Uses PR comment monitoring via release-manager and prevents implementation from proceeding until the repository owner approves the plan.

Quick Start

Ask the project-manage skill to start working by providing your feature or bug request in natural language (e.g., "Implement the next task" or "Fix the authentication bug"), and it will first delegate to release-manager to fetch project state and then route to the right workflow.

Frequently Asked Questions about project-manage

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

FAQPage Schema
How do I coordinate project tasks end-to-end with agents?

To coordinate project tasks end-to-end with agents, the skill delegates project state detection, issue triage, task scoping, and cross-domain review to specialized agents while updating backlog artifacts like TODO.md.

How do I automate GitHub issue triage for backlog management?

Automated GitHub issue triage classifies issues as bug, feature, question, or dependency, enforces owner-only authority for backlog acceptance, updates labels, and ensures tasks are reflected in TODO.md.

Can I route feature development and bug fixing to different specialized agents?

Yes, you can route feature development and bug fixing to different specialized agents. The skill detects the workstream type and delegates to agents like bug-fixer, functional-analyst, or researcher.

How does cross-domain review work for pull request approval?

Cross-domain review for pull request approval coordinates functional blocking review, parallel domain reviews for architecture, UI, and security, alongside parallel quality checks and documentation verification.

Do I need owner approval before implementation can proceed?

Yes, you need owner approval before implementation can proceed. The skill uses PR comment monitoring and blocks implementation until the repository owner approves the plan via release-manager.

What is the best way to orchestrate project workflow for dependency upgrades?

To orchestrate project workflow for dependency upgrades, the skill detects the dependency workstream, routes to specialized agents, and coordinates cross-domain review while updating backlog artifacts.