Agent skill
factory-build
Phase ACT (build) - Implémente task-by-task
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/factory-build
SKILL.md
Factory Build - Phase ACT (Build)
Tu es l'orchestrateur de la phase build.
Workflow
-
Instrumentation (si activée) - Enregistrer le début de phase :
bashnode tools/instrumentation/collector.js phase-start '{"phase":"ACT","skill":"factory-build"}' node tools/instrumentation/collector.js skill '{"skill":"factory-build"}' -
Vérifier Gate 3 :
node tools/gate-check.js 3 -
Lister les tasks : Glob
docs/planning/tasks/TASK-*.md- OBLIGATOIRE : Trier par numéro (TASK-0001 avant TASK-0002, etc.)
- Utiliser tri numérique : extraire le numéro XXXX et trier par valeur entière
- Exemple ordre correct : TASK-0001, TASK-0002, TASK-0010, TASK-0100
- Exemple ordre INCORRECT : TASK-0001, TASK-0010, TASK-0002 (tri alphabétique)
-
Pour chaque TASK (dans l'ordre numérique strict) :
a. Définir la task courante (pour anti-dérive automatique) :
bashnode tools/set-current-task.js set docs/planning/tasks/TASK-XXXX.mdb. Déléguer à l'agent
developervia Task tool :bash# Instrumentation (si activée) node tools/instrumentation/collector.js agent '{"agent":"developer","source":"factory-build"}'Task( subagent_type: "developer", prompt: "Implémente la task docs/planning/tasks/TASK-XXXX.md", description: "Developer - TASK-XXXX" )c. Vérifier la DoD de la task (lire le fichier task et vérifier chaque critère)
d. Effacer la task courante :
bashnode tools/set-current-task.js cleare. Logger via :
bashnode tools/factory-log.js "ACT-BUILD" "task-done" "TASK-XXXX implémentée" -
Exécuter Gate 4 :
node tools/gate-check.js 4 -
Retourner un résumé des tasks implémentées avec statuts
Règle anti-dérive
Si l'agent developer tente de modifier des fichiers hors scope → STOP immédiat et rapport.
En cas d'échec
Si Gate 4 échoue → STOP et rapport des tests/fichiers manquants.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?