task-execution-engine
Execute implementation tasks from design documents using markdown checkboxes. Use when (1) implementing features from feature-design-assistant output, (2) resuming interrupted work, (3) batch executing tasks. Triggers on 'start implementation', 'run tasks', 'resume'.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install task-execution-engine --cli claudewrites the skill into.claude/skills/task-execution-engine/SKILL.mdListed as compatible
# fetches the source and writes it to:
.claude/skills/task-execution-engine/SKILL.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Execute implementation tasks from design documents using markdown checkboxes. Use when (1) implementing features from feature-design-assistant output, (2) resuming interrupted work, (3) batch executing tasks. Triggers on 'start implementation', 'run tasks', 'resume'.
When to use it
Execute implementation tasks from design documents using markdown checkboxes. Use when (1) implementing features from feature-design-assistant output, (2) resuming interrupted work, (3) batch executing tasks. Triggers on 'start implementation', 'run tasks', 'resume'.
How to install / invoke
# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/task-execution-engine/SKILL.md -o .claude/skills/task-execution-engine/SKILL.md
Notes
Extracted from davila7/claude-code-templates, task-execution-engine category.