Install
$ agentstack add skill-rediche-skills-to-subtasks ✓ 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
To Subtasks
Quick start
When the user asks to move from discussion to execution planning:
- Read the current conversation context.
- Extract decisions, constraints, assumptions, and open questions.
- Produce a subtask list that can be implemented one by one.
- If tests are agreed upon, pair test work with each relevant subtask.
- Present the subtasks to the human for confirmation before execution.
Workflow
1) Context digestion
- Identify final decisions from the conversation.
- Capture constraints (tech, scope, style, deadlines, dependencies).
- Detect whether a grill-me session has already been completed.
- If context came from a grill-me session, treat resolved branches as requirements.
2) Grill-me gate
- If no grill-me session is detected and important decisions are still unclear, do not present unresolved-items sections.
- Instead, recommend running a grill-me session first to resolve uncertainties before subtask planning.
- If a grill-me session is already completed, proceed directly to subtask generation.
3) Subtask generation
Create subtasks that are:
- Atomic: each can be implemented in one focused change set.
- Ordered: each step depends only on prior completed steps.
- Dependency-safe: every subtask appears only after all of its prerequisites are resolved.
- Reviewable: each step is scoped for clear implementation and validation.
- Traceable: each subtask maps back to one or more conversation decisions.
4) Test pairing (conditional)
If testing is requested or agreed:
- Attach test updates to each implementation subtask, not as one final bulk step.
- Specify test type per subtask (unit/feature/integration/e2e as appropriate).
- Define acceptance checks per subtask.
If testing is explicitly not desired:
- Note that in assumptions and proceed without test subtasks.
5) Human-ready presentation
Present subtasks as a structured numbered list only.
- If grill-me has already been run, output only the subtask list and nothing after it.
- Do not append sections after the list.
Output format
Use this format when presenting to the human:
- Subtask N:
- Goal:
- Scope:
- Deliverables:
- Tests:
Guardrails
- Do not start implementation; planning only.
- Do not combine unrelated concerns in one subtask.
- Prefer smaller subtasks when uncertain.
- Explicitly mark assumptions.
- Keep language concrete and execution-oriented.
- Always order subtasks so all dependencies are resolved before dependent work begins.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: rediche
- Source: rediche/skills
- License: MIT
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.