← ClaudeAtlas

implementlisted

Implement a piece of work based on a spec or set of tickets.
jacobrees-canoncore/CanonCore · ★ 0 · API & Backend · score 67
Install: claude install-skill jacobrees-canoncore/CanonCore
Implement the work described by the user in the spec or tickets. **Every path named here is relative to the CanonCore repository root.** In CanonCore that is the working directory. In a Provider repository this skill arrived as a Claude Code plugin, so the root is `${CLAUDE_PLUGIN_ROOT}` — and `${CLAUDE_PLUGIN_ROOT}/CLAUDE.md` and `${CLAUDE_PLUGIN_ROOT}/CODING_STANDARDS.md` are the standards to write to, because neither is in the repository you are working in. Read both before writing code there, along with that repository's own `CLAUDE.md`, which says what is different about it (`docs/agents/workflow.md` → *Work that spans two repositories*). When the work is a ticket, read it and its comments first. **Take the identifier from the branch, not from `--current`** — `--current` resolves against the session's own lane rather than the working directory, so a session working a second repository is handed the launching lane's ticket and is handed it confidently (`docs/incidents.md` → *`--current` answers for the session's lane, not the directory you are standing in*). This is the head of the chain, so a ticket read wrong here is wrong in everything downstream of it: ```bash ID=$(git branch --show-current | grep -oiE 'can-[0-9]+' | head -1) orca linear issue "$ID" --comments --json --workspace ad2669ec-93a5-4ce1-97fa-c7d9247a1452 ``` Then the ADRs and docs for the area. Call the Skill tool with `mattpocock-skills:tdd` where possible, at pre-agreed seams. Check the docs before