Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/gentleman-programming/gentle-ai/sdd-continuegit clone --depth 1 https://github.com/Gentleman-Programming/gentle-aiWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/gentleman-programming/gentle-ai/sdd-continue)<a href="https://agentmods.dev/commands/gentleman-programming/gentle-ai/sdd-continue"><img src="https://agentmods.dev/badge/commands/gentleman-programming/gentle-ai/sdd-continue.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00010 | $0.00961 |
| Opus 5 | $0.00005 | $0.00481 |
| Sonnet 5 | $0.00002 | $0.00192 |
| Haiku 4.5 | $0.00001 | $0.00096 |
Grade A, and why
sdd-continue scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
1 near-identical copy found in the catalogue:
- gentle-sdd-continue — 88% identical, 28 lines differ
How it starts
The opening of the file, as written. The whole thing — 40 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Follow the SDD orchestrator workflow to continue the active change.
HARD GATE: SDD Session Preflight must already be complete for this session. It must include execution mode, artifact store, chained PR strategy, and review budget. If missing, ask the exact orchestrator preflight prompt and STOP. Do not launch the next phase in the same turn.
WORKFLOW:
- If the
gentle-aibinary is available, rungentle-ai sdd-continue [change] --cwd <repo>and treat its dispatcher/status output as authoritative — but only when the session artifact store isopenspecorhybrid. When the session artifact store isengram, do NOT invoke the native dispatcher at all — it cannot see the change (it reads onlyopenspec/changes/); resolve status entirely from Engram (mem_search+mem_get_observationon the change's topic keys) using the manual status schema in~/.config/opencode/skills/_shared/sdd-status-contract.md(the same schema used when the binary is unavailable). The dispatcher is authoritative only foropenspec/hybrid. If unavailable, resolve the active change using the status contract. If$ARGUMENTSis missing and more than one active change exists, ask the user to choose and STOP. Do not guess. - Produce or consume structured status before acting: schemaName, planningHome/changeRoot, artifactPaths/contextFiles, task progress, dependency states, next recommended action, blocked reasons, and actionContext.
- Check which artifacts already exist for the active change (proposal, specs, design, tasks)
- Determine the next phase needed based on the dependency graph: proposal → [specs ∥ design] → tasks → apply → verify → archive
- Launch the appropriate sub-agent(s) for the next phase only if authoritative status says the dependency is ready. Route only by
nextRecommendedand dependency states; never infer from free text. IfblockedReasonsis non-empty, do not proceed to apply, archive, or terminal work. IfnextRecommendedisverify, verification/remediation may run only to refresh evidence; ifnextRecommendedisresolve-blockers, reportblockedReasonsand stop; ifnextRecommendedis a planning token (propose,spec,design, ortasks), launch the corresponding planning phase. - Present the result and ask the user to proceed
CONTEXT:
- Working directory: before doing anything else, run
git rev-parse --show-toplevel 2>/dev/null || pwdwith your bash tool and use the returned path as the authoritative workspace. In OpenCode Desktop (Electron) the parse-time interpolation resolves to the app data directory, not the project. - Current project: the
basenameof the detected workspace above. - Change name: $ARGUMENTS
- Execution mode: ask/cache per orchestrator
- Artifact store mode: ask/cache per orchestrator; do not hardcode Engram
- Delivery strategy: ask/cache per orchestrator
- Review budget: ask/cache per orchestrator
ENGRAM NOTE: To check which artifacts exist in engram/hybrid, search: mem_search(query: "sdd/$ARGUMENTS/", project: "{project}") to list all artifacts for this change. Sub-agents handle persistence automatically using the selected artifact store.
Read the orchestrator instructions to coordinate this workflow. Do NOT execute phase work inline — delegate to sub-agents.
STATUS CONTRACT:
Prefer gentle-ai sdd-continue [change] --cwd <repo> when available — but only when the session artifact store is openspec or hybrid; when the store is engram, do NOT invoke the binary and resolve status from Engram using the manual status schema. Otherwise read the installed shared status contract from this agent's skills directory and follow it. Use ~/.config/opencode/skills/_shared/sdd-status-contract.md for OpenCode, ~/.config/kilo/skills/_shared/sdd-status-contract.md for Kilo Code, ~/.qwen/skills/_shared/sdd-status-contract.md for Qwen, or the equivalent configured skills directory for the current adapter. Do not use a workspace-relative skills/_shared/... path. Carry actionContext and allowed edit roots into any sub-agent launch. If status reports workspace-planning with no allowed edit roots, do not launch apply/verify/archive work that would infer repo-local ownership.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday Changed · +4 lines fb4210e41fc9
- 4d ago First seen · 36 lines · 10 tokens per session scan A 71a16a42a2e8
sdd-continue is a command published in the GitHub repository Gentleman-Programming/gentle-ai (6,194 stars, last pushed today), licensed MIT. It adds 10 tokens to every session and 961 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.