AgentSkillsCN

chantier

开发项目管理。当您开始工作、检查进度、恢复中断的任务,或完成一项任务时使用。关键词:项目、流水线、任务、工作、项目。

SKILL.md
--- frontmatter
name: chantier
description: Gestion des chantiers de developpement. Use when starting work, checking progress, resuming work, or completing a task. Keywords - chantier, pipeline, task, travail, projet.
argument-hint: "[new|list|resume|exec|sync|done] [nom]"
disable-model-invocation: true

Chantier Management

Systeme de gestion des taches de developpement par "chantiers" - unites de travail avec contexte, plan, et pipelines sequentiels.

Commands

CommandUsageDescription
/chantier new <nom>Nouveau chantierCree CONTEXTE.md + PLAN.md + Issue GitHub
/chantier listVoir tousListe actifs + archives
/chantier resume <nom>ReprendreCharge contexte et plan
/chantier exec <nom>ExecuterLance le pipeline actuel + sync GitHub
/chantier sync <nom>SynchroniserSync local <-> GitHub Issue
/chantier done <nom>TerminerVerifie DoD, ferme Issue, archive

Routing

Based on $ARGUMENTS:

Templates

Storage

Chantiers are stored in chantiers/<nom>/:

  • CONTEXTE.md - Objectif, recherche, decisions, contraintes, DoD
  • PLAN.md - Pipelines sequentiels avec checkboxes

Archives in chantiers/archive/<nom>/.

Pipeline Workflow

Each pipeline follows: CODE -> VERIFY -> COMMIT

  • CODE: Implementation Next.js (components, pages, lib)
  • VERIFY: npm run build + npm run lint + tests si applicable
  • COMMIT: Git commit avec message conventionnel

GitHub Sync

Chaque chantier est lie a une Issue GitHub dans le projet MVP.

MomentAction GitHub
/chantier newCree Issue + ajoute au projet
/chantier execCommentaire + maj body Issue
/chantier syncSync manuel bidirectionnel
/chantier doneFerme Issue avec resume

Options sync :

  • --pull : GitHub -> Local (met a jour CONTEXTE.md)
  • Par defaut : Local -> GitHub (met a jour Issue)