Daedalai Start banner
clavaud clavaud

Daedalai Start

Git community

Description

--- description: "Start work on a DaedalAI work item — load context, check blockers, create branch/worktree per project convention, transition to IN_PROGRESS." --- Invoke the `daedalai-start-work-item` skill with the arguments the user provided (typically a work item key, e.g. `DAEDA-182`). If no argument is given, the skill will fall back to `da_what_should_i_work_on` and suggest the top candidate. Arguments: $ARGUMENTS

Installation

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

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

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

Full documentation available on GitHub

View Source Repository