AgentStack
SKILL verified MIT Self-run

Do Subtasks

skill-rediche-skills-do-subtasks · by rediche

Executes exactly one approved subtask at a time, then returns a conventional commit message suggestion for human review and commit. Use when the user wants strict one-task-at-a-time implementation with manual commit control and explicit "next task" prompts.

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add skill-rediche-skills-do-subtasks

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Do Subtasks? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Do Subtasks

Workflow

  1. Implement exactly one subtask at a time.
  2. Do not begin additional subtasks in the same response.
  3. When that subtask is complete, stop implementation and return only a conventional commit message suggestion.
  4. The commit message must have no scope and no body.
  5. The human reviews and commits; do not commit automatically.
  6. Wait for the human to tell you to move to the next task.

Next-task behavior

  • When the human tells you to continue, begin work immediately.
  • Do not ask for confirmation.
  • Do not restate or confirm which task you are starting.
  • If the human asks for the next subtask and there are no remaining agreed-upon subtasks, do not implement anything.
  • In that case, tell the human that all agreed-upon subtasks have already been implemented.

Output Rules

  • At subtask completion, output a single-line conventional commit message only.
  • Allowed format: :
  • No scope section like feat(api): ...
  • No body text, bullets, or extra commentary.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.