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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of turning vague project requests into the correct, actionable project management workflow without users having to figure out which sub-skill to invoke.

Core Features & Use Cases

  • Intent-based dispatching: Routes user messages to the appropriate sub-skill (feature capture, status/backlog snapshot, TODO refinement, or full project management).
  • Flexible command patterns: Recognizes common keywords like feature/add/new, status/backlog/what's next, refine/update todo/review backlog, and bug/fix/issue.
  • Works as a single entry point: Handles both explicit sub-intent calls and default “start working” behavior when intent is unclear.

Quick Start

Use the project skill by sending your request starting with /project followed by the task details, such as /project status or /project feature add auth.

Frequently Asked Questions about project

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

FAQPage Schema
How do I route project management requests to the correct workflow automatically?

Intent-based dispatching routes free-form project requests by parsing keywords like feature, status, refine, or bug, then invoking the matched sub-skill for the correct workflow automatically.

What is intent routing for feature planning and backlog management?

Intent routing for feature planning parses user commands to direct tasks to specialized sub-skills. It recognizes keywords like feature, status, and bug to automatically map requests to the appropriate project management workflow.

How do I parse free-form project commands to trigger bug triage or TODO refinement?

Parse free-form project commands by identifying specific intent keywords such as bug, fix, or issue for triage, and refine or update for TODO refinement, passing the full input to the matched sub-skill for execution.

Can I use a single entry point for all project management tasks like status checks and feature capture?

Yes, you can use a single entry point to handle both explicit sub-intent calls and default behavior for iterative project handling. It routes all project management tasks like status checks and feature capture from one command prefix.

What happens when a project management command has an unclear intent?

When a project management command has an unclear intent, the dispatcher applies a default behavior to start working. It acts as a single entry point, handling ambiguous requests without requiring explicit sub-skill invocation.