Intent

Drafts and clarifies intent and scope of a change before implementation. Use when creating user stories, tasks, plans, or other artifacts to define what to build.

usrrname a4e142d 943 B Updated

File contents

  • Follow INVEST: stories must be independent, negotiable, valuable, estimable, small, testable
  • Cap stories at 1 day of work — split larger scopes down to separable tasks
  • Do NOT implement until the user is happy.
  • Save plans in docs/plans/<plan-title>.md
  • Update the plan as new insights, constraints, and decisions emerge

User Story Format

As a [role], I want [goal] so that [user goal]

Story Template

# User Story: [Title]

## Story
As a [role],
I want [goal/feature]
so that [benefit/value]

## Background
[Context]

## Acceptance Criteria
- [ ] Given [context], when [action], then [result]

## Technical Notes
- Dependencies:
- Architecture considerations:
- Security implications:
- Unknowns

usrrname/agent-skills/tree/main/skills/intent commit a4e142d252

Frequently asked questions

npx skillmds@latest add usrrname/intent