Loading...
Loading...
Project documentation scaffolding. Covers about.md, specs.md, architecture.md, project-context.md, and user stories. Keywords: project setup, documentation, specs, architecture, stories.
npx skill4agent add itechmeat/llm-code project-creator.project/assets/references/.project/.project/
├── about.md # Project overview, goals, target audience
├── specs.md # Technical specifications, versions
├── architecture.md # System architecture with diagrams
├── project-context.md # Cumulative decisions (optional)
└── stories/
├── stories.md # Master list
└── 001-story-name.md # Individual stories| Template | File | Purpose |
|---|---|---|
| About | | Project overview |
| Specs | | Technical specs |
| Architecture | | System architecture |
| Context | | Project context |
| Stories List | | Stories master list |
| Story | | Individual story |
| Guide | File | Purpose |
|---|---|---|
| About | | Questions & criteria |
| Specs | | Questions & criteria |
| Architecture | | Questions & criteria |
| Context | | Questions & criteria |
| Stories | | Questions & criteria |
about.md → specs.md → architecture.md → project-context.md → stories/references/assets/Agent: Let's start with about.md. Can you describe what this project does in your own words?
User: It's an app for tracking expenses.
Agent: Great start! Here are some formulation options:
1. "A personal finance app for tracking daily expenses"
2. "An expense tracker that helps users manage spending"
3. "A mobile app for recording and categorizing expenses"
Which resonates most? Or combine elements?
User: Option 2, but for small businesses, not personal.
Agent: Updated formulation:
"An expense tracker that helps small businesses
manage spending and categorize business expenses."
Does that capture it? Should we add reporting
or team features?assets/