Daedalai Finalize banner
clavaud clavaud

Daedalai Finalize

Testing community

Description

--- description: "Finalize a DaedalAI work item — register commits, verify entity links, run lesson check + QG, populate solution, transition to TESTING, post checkpoint comment." --- Invoke the `daedalai-finalize-work-item` skill with the work item key. The skill runs the full Quality Gate pipeline per the orchestrate skill §8 and hands off to TESTING on pass. It does NOT transition to DONE — a human (or a downstream gatekeeper dispatch) does that. Arguments: $ARGUMENTS

Installation

Installs to ~/.claude/skills/clavaud-daedalai-lifecycle-daedalai-finalize/SKILL.md

Terminal
mkdir -p ~/.claude/skills/clavaud-daedalai-lifecycle-daedalai-finalize && curl -fsSL https://raw.githubusercontent.com/clavaud/daedalai-lifecycle/HEAD/commands/daedalai-finalize.md -o ~/.claude/skills/clavaud-daedalai-lifecycle-daedalai-finalize/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository