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

Story

skill-nicodiansk-turbocharge-story · by nicodiansk

Use when you have requirements, PRDs, or feature descriptions that need to become implementable work. Transforms requirements into INVEST-compliant user stories with testable acceptance criteria.

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

Install

$ agentstack add skill-nicodiansk-turbocharge-story

✓ 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-nicodiansk-turbocharge-story)

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 Story? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Story Breakdown

Transform requirements into INVEST-compliant user stories with testable acceptance criteria.

Announce: "Using story breakdown to create implementable stories."

The Iron Law

NO STORY WITHOUT ACCEPTANCE CRITERIA

Every story must have testable acceptance criteria before implementation.

No exceptions:

  • Don't start work without criteria
  • Don't assume "obvious" criteria
  • Don't defer criteria to "later"
  • Later never comes

INVEST Criteria

Every story MUST pass:

| Criterion | Question | Failure Symptom | |-----------|----------|-----------------| | Independent | Can this ship without other stories? | "We need to do X first" | | Negotiable | Can scope be discussed? | "It has to be exactly this" | | Valuable | Does user/business care? | "It's technical debt" | | Estimable | Can team size it? | "No idea how long" | | Small | Fits in one iteration? | "It's a 2-week story" | | Testable | Can we verify done? | "We'll know when we see it" |

Failing any criterion = story needs work.

Epic Template

# Epic: [Name]

## Problem Statement
[What problem does this solve? Who has this problem?]

## Success Metrics
- [Measurable outcome 1]
- [Measurable outcome 2]

## Scope
### In Scope
- [Feature/capability]

### Out of Scope
- [Explicitly excluded]

## Stories
1. [Story 1 title]
2. [Story 2 title]

## Dependencies
- [External dependencies]

## Risks
- [Risk]: [Mitigation]

Story Template

# Story: [Title]

**As a** [role/persona],
**I want** [capability/feature],
**So that** [benefit/value].

## Acceptance Criteria

### Criterion 1: [Name]
**Given** [precondition]
**When** [action]
**Then** [expected result]

### Criterion 2: [Name]
**Given** [precondition]
**When** [action]
**Then** [expected result]

## Technical Notes
- [Implementation consideration]

## Story Points: [1/2/3/5/8]

Breakdown Process

Phase 1: Understand the Epic

  1. Identify the user/persona
  2. State the core problem
  3. Define success metrics
  4. List what's explicitly OUT of scope

Phase 2: Slice by User Value

  • What's the smallest valuable increment?
  • Split by workflow, not by component
  • Each story = one user capability

Good splits: By workflow step, user role, data type, happy path vs error Bad splits: By technical layer, by file, by developer

Phase 3: Apply INVEST

Run each story through all 6 criteria. Fix failures. Re-split if needed.

Phase 4: Write Acceptance Criteria

  1. Start with happy path
  2. Add error states
  3. Add edge cases
  4. Each criterion = one test case

Sizing Guide

| Points | Meaning | Example | |--------|---------|---------| | 1 | Trivial | Copy change, config toggle | | 2 | Simple | Add field, simple validation | | 3 | Moderate | New form, basic CRUD | | 5 | Complex | Multi-step flow, integration | | 8 | Too large | Needs to be split |

If >5 points, split the story.

Red Flags — STOP

| Flag | Problem | |------|---------| | "Technical story" | No user value — attach to user story | | "As a developer" | Wrong persona — find the actual user | | No acceptance criteria | Not a story — it's a wish | | Vague criteria | "Works correctly" — define what correct means | | >5 points | Too big — split it | | Implementation in story | "Using React" — describe WHAT not HOW |

After Stories Are Complete

  • Save to docs/plans/YYYY-MM-DD--stories.md
  • Commit
  • Offer: "Ready for implementation planning?" → chains to /turbocharge:plan

Workflow Position

brainstorm → story → plan → build → review → ship

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.