AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Issue Plan Slicer

skill-stark-ai-de-agent-skills-issue-plan-slicer · by stark-ai-de

Convert a spec, roadmap item, or rough plan into independently implementable issue slices with scope, dependencies, acceptance criteria, and validation. Use when the user asks to split work into GitHub issues, local markdown tasks, or agent-ready implementation chunks.

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

Install

$ agentstack add skill-stark-ai-de-agent-skills-issue-plan-slicer

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

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-stark-ai-de-agent-skills-issue-plan-slicer)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Issue Plan Slicer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Issue Plan Slicer

Goal

Turn a broad plan into small, ordered, independently reviewable work items that an agent or maintainer can execute safely.

When to use

  • The user asks to split a spec, roadmap item, issue, PRD, or migration into tasks.
  • Work needs GitHub issue drafts, local markdown tasks, or agent-ready implementation slices.
  • Dependencies, acceptance criteria, and validation need to be made explicit.

When not to use

  • The user wants immediate implementation of a narrow task.
  • The plan is still too ambiguous to slice and needs product discovery first.
  • The user asks for live issue creation but has not authorized tracker mutations.

Inputs to inspect

  • The source spec, issue, PRD, roadmap item, or conversation context.
  • Existing docs/agents/issue-tracker.md, docs/agents/triage-labels.md, and docs/agents/validation.md when present.
  • Existing issue templates and labels under .github/.
  • Relevant ADRs and domain docs for boundaries and terminology.

Workflow

  1. Identify the desired outcome and non-goals.
  2. Extract dependencies, risky assumptions, validation commands, and docs impact.
  3. Split work into vertical slices that can be reviewed independently.
  4. Mark blockers and sequencing; avoid slices that require hidden context from prior tasks.
  5. Draft each issue with title, scope, acceptance criteria, validation, and out-of-scope notes.
  6. If the issue tracker is unknown, produce local markdown drafts instead of tracker-specific commands.
  7. Ask before creating, labeling, assigning, or closing live issues.

Safety rules

  • Do not mutate issue trackers without explicit user authorization.
  • Do not create vague tasks such as "clean up code" without acceptance criteria.
  • Do not hide critical dependencies in prose; make them part of the slice.
  • Do not assume labels or project boards that are not documented.

References

Use downstream docs/agents/issue-tracker.md and docs/agents/triage-labels.md as hard dependencies for tracker-specific output. If they are missing, default to local markdown issue drafts.

Scripts

No bundled scripts.

Output format

Return:

  1. Source plan summary
  2. Proposed issue order
  3. Issue drafts with title, scope, acceptance criteria, validation, and dependencies
  4. Tracker assumptions
  5. Open questions

Completion criteria

  • Each slice can be implemented and reviewed independently.
  • Dependencies and sequencing are explicit.
  • Validation is attached to each slice.
  • Live tracker mutation is either authorized and reported or not performed.

Failure modes

  • If the plan is too ambiguous, ask targeted questions before slicing.
  • If one slice grows too large, split it by observable behavior or ownership boundary.
  • If tracker docs are missing, avoid tracker-specific labels and commands.

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.