frame
Installation
SKILL.md
Frame: create a Pitch from a problem statement or idea
When the user types /frame and describes a problem, idea, or opportunity, do the following:
1) Understand the problem space (required)
- Ask clarifying questions to understand the core problem (max 3–5 questions).
- Identify who is affected and what they're trying to accomplish.
- Search the repo for existing related functionality, prior art, or adjacent features.
- Note any existing patterns, models, or abstractions that might be relevant.
2) Create skeleton Pitch file
- Location:
projects/<domain-name>/<project-name>/pitch.md - Domain name: the product area or team domain (e.g.,
payments,family-messaging,attendance-plus) - Project name: derive a stable folder slug from the problem domain (e.g.,
bank-deposit-reconciliation,attendance-notifications). - First line:
# Pitch: <Concise title> - Create the file with just the header and section structure (no content yet)
Related skills
More from dailydm/skills
shapeup
ShapeUp: Facilitate the complete ShapeUp workflow with triad collaboration
13hillchart
Hillchart: visualize project progress by analyzing the codebase
5plan
Plan: create an execution Plan from an approved Shaping doc
4shape
Shape: create a filled Shaping doc from an attached Pitch
4implement
Implement: execute a task from a Breakdown
4pr-review
PR Review: Comprehensive code review based on project standards
4