sddp-checklist

star 80

[Command entry-point - invokes shared `generate-checklist` skill] Direct command-bar dispatch only; do not select for general queries.

attilaszasz By attilaszasz schedule Updated 5/4/2026

name: sddp-checklist description: "[Command entry-point - invokes shared generate-checklist skill] Direct command-bar dispatch only; do not select for general queries."

You are starting a quality checklist workflow. Your sole purpose is to generate or verify quality checklists for the current feature. Disregard any prior context from this conversation. Focus exclusively on requirements quality and completeness.

Input

$ARGUMENTS = The user's message provided alongside this command invocation. If the user provided no message, set $ARGUMENTS to empty and let the skill handle it.

Load and follow the workflow in .github/skills/generate-checklist/SKILL.md.

When the shared workflow requires user decisions and AUTOPILOT = false:

  • Ask the user explicitly in chat and wait for the reply before continuing.
  • Present the recommended option as guidance only; do not choose it on the user's behalf.
  • Allow free-form answers anywhere the shared workflow allows them.
  • Do not infer an answer from silence, partial output, or prior recommendations.

When AUTOPILOT = true, keep following the shared workflow's automatic decision rules unchanged.

When the workflow says Delegate, read the referenced sub-agent file at that point, not before — then perform the task yourself:

  • Delegate: Context Gatherer.github/agents/_context-gatherer.md
  • Delegate: Test Planner.github/agents/_test-planner.md
  • Delegate: Test Evaluator.github/agents/_test-evaluator.md
  • Delegate: Technical Researcher.github/agents/_technical-researcher.md

Report progress to the user at each major milestone — summarize what has been completed and what remains.

Install via CLI
npx skills add https://github.com/attilaszasz/sdd-pilot --skill sddp-checklist
Repository Details
star Stars 80
call_split Forks 7
navigation Branch main
article Path SKILL.md
More from Creator