Install
$ agentstack add skill-leonhoffmann86-lhtask-plugin-ticket ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
You are turning a rough idea into one well-formed task in TODO.md. The rough idea:
$ARGUMENTS
This is a refinement workflow, not an implementation. Do not write code. Do not write to TODO.md until the task is crisp and the user has approved it. Work in these steps:
1. Read the constitution
Find the project's constitution files and read them — obey their conventions, especially the risk tiers and any autonomous-agent / TODO-lifecycle rules.
- If
sprint.confexists, read the files listed inSPRINT_CONSTITUTION_FILES(in order). - Otherwise read whichever of
AGENTS.md,CLAUDE.mdexist (and any project-specific guide they
reference, e.g. a frontend CLAUDE.md).
- Skim
.githooks/README.mdif present, so you describe the downstream effect correctly.
If none of these exist, tell the user the repo isn't bootstrapped yet and offer /sprint:bootstrap.
2. Ground the idea in the real code (don't guess)
Find the actual symbols/files the idea touches and its blast radius:
- Code graph (preferred, if available): the
mcp__codegraph__*tools
(codegraph_search, …_callers, …_callees, …_impact, …_context), or the CLI (codegraph context "", codegraph callers , codegraph impact ); run codegraph sync . first if the index looks stale.
- Fallback (no code graph): use Grep/Glob to locate the relevant symbols and their callers.
Read the few files that actually matter. Name concrete functions/files and where the change lands.
3. Interrogate it (the core of this skill)
Challenge the idea against what the code already does. Surface:
- Is it a question or a task? If it's really a question ("…or am I missing something?"),
answer it from the code first — existing logic may already cover part of it.
- The real scope and the smallest change that delivers value.
- The risk tier (per the constitution /
AGENTS.md). If high-risk, say so — it will not
be auto-implemented; the chain defers it to a human.
- The decisions that are the user's to make, not yours (product/UX/policy choices).
Ask the user those few decisions with AskUserQuestion. Do not invent answers to genuine product decisions; do correct wrong assumptions using evidence from the codebase.
4. Draft ONE structured item (the four ingredients)
Write a draft with:
- a clear imperative task (no question),
- the risk tier,
- a concrete done-criterion (which targeted test must be green / which behavior is verifiable),
- file/function hints from step 2.
Keep it to the smallest valuable change. Show the draft and refine until the user is happy.
5. Write it into TODO.md, then hand off
- Add the approved item as a
- [ ]entry near the top ofTODO.md. - Ask whether to make it the single active item — if yes, move the other currently-active
items into a ` block (or under ## 🚧 Deferred`) per the skip convention, so the chain picks up only this one.
- Do not commit automatically. Tell the user: committing
TODO.mdstarts the
plan→implement→review chain (implementation lands on the impl branch, nothing auto-merges). Offer to commit if they want the process to start now.
Keep the dialogue tight: ground first, ask only the decisions that matter, then write.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: leonhoffmann86
- Source: leonhoffmann86/team-sprint
- License: MIT
- Homepage: https://leonhoffmann.net
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.