From dev-loop
Provides Markdown template for feature stories with summary, user stories, acceptance criteria, edge cases, out-of-scope items, technical notes, and quality checklist. Used by /story command and story-partner agent.
npx claudepluginhub gdanov/emacs-gravityThis skill uses the workspace's default tool permissions.
When authoring a feature story, produce output in this exact structure. This format is used by the architect and verifier agents downstream.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
When authoring a feature story, produce output in this exact structure. This format is used by the architect and verifier agents downstream.
stories/<slug>.md)# <Feature Title>
## Summary
1-2 sentences describing the feature and its purpose.
## User Stories
- As a <role>, I want <capability> so that <benefit>.
- ...
## Acceptance Criteria
1. <Testable criterion with clear pass/fail condition>
2. <Another criterion>
3. ...
## Edge Cases
- <What happens when X?>
- <What if Y is empty/null/invalid?>
- ...
## Out of Scope
- <Explicitly excluded functionality>
- <Things that look related but are NOT part of this story>
## Technical Notes
- <Constraints, dependencies, performance requirements>
- <Existing patterns or code to be aware of>
When creating the beads issue:
--title: Feature title (concise, imperative: "Add dark mode support")--type: feature--priority: As appropriate (0-4)--description: Summary + User Stories sections combined--design: Technical Notes section (architect will append to this later)--notes: Edge Cases + Out of Scope sections combinedBefore finalizing a story, verify: