skills/add-todo/SKILL.md
Capture idea or task as todo from current conversation context
npx skillsauth add jnuyens/gsd-plugin gsd:add-todoInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Routes to the add-todo workflow which handles:
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/add-todo.md </execution_context>
<context> Arguments: $ARGUMENTS (optional todo description)State is resolved in-workflow via init todos and targeted reads.
</context>
The workflow handles all logic including:
tools
Initialize a new project using Documentation-Driven Development. Research, then write user-facing docs (SPEC.md) as the spec, then user validates docs, then phases derive from doc sections. Best for CLIs, libraries, SDKs, APIs, plugin systems, anything with a well-defined user-facing surface.
tools
Schedule a future resume of work - e.g. '/gsd:resume-at 09:00', '/gsd:resume-at +2h', or '/gsd:resume-at 04:00 --cmd /gsd:execute-phase 9'
tools
Manage parallel workstreams — list, create, switch, status, progress, complete, and resume
tools
Manage persistent context threads for cross-session work