bmad-method 6.8.1-next.2 → 6.8.1-next.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +9 -3
- package/package.json +10 -4
- package/src/bmm-skills/1-analysis/bmad-prfaq/SKILL.md +2 -2
- package/src/bmm-skills/1-analysis/bmad-product-brief/SKILL.md +8 -8
- package/src/bmm-skills/2-plan-workflows/bmad-prd/SKILL.md +7 -7
- package/src/bmm-skills/2-plan-workflows/bmad-prd/assets/headless-schemas.md +2 -2
- package/src/bmm-skills/2-plan-workflows/bmad-prd/customize.toml +1 -1
- package/src/bmm-skills/2-plan-workflows/bmad-prd/references/headless.md +1 -1
- package/src/bmm-skills/2-plan-workflows/bmad-prd/references/validate.md +1 -1
- package/src/bmm-skills/2-plan-workflows/bmad-ux/SKILL.md +8 -8
- package/src/bmm-skills/2-plan-workflows/bmad-ux/assets/design-directions.md +1 -1
- package/src/bmm-skills/2-plan-workflows/bmad-ux/assets/headless-schemas.md +2 -2
- package/src/bmm-skills/2-plan-workflows/bmad-ux/assets/key-screens.md +4 -4
- package/src/bmm-skills/2-plan-workflows/bmad-ux/customize.toml +1 -1
- package/src/bmm-skills/2-plan-workflows/bmad-ux/references/creative-tools.md +1 -1
- package/src/bmm-skills/2-plan-workflows/bmad-ux/references/headless.md +1 -1
- package/src/bmm-skills/2-plan-workflows/bmad-ux/references/validate.md +2 -2
- package/src/bmm-skills/3-solutioning/bmad-agent-architect/customize.toml +2 -2
- package/src/bmm-skills/3-solutioning/bmad-architecture/SKILL.md +85 -0
- package/src/bmm-skills/3-solutioning/bmad-architecture/assets/spine-template.md +79 -0
- package/src/bmm-skills/3-solutioning/bmad-architecture/customize.toml +100 -0
- package/src/bmm-skills/3-solutioning/bmad-architecture/references/headless.md +26 -0
- package/src/bmm-skills/3-solutioning/bmad-architecture/references/reviewer-gate.md +13 -0
- package/src/bmm-skills/3-solutioning/bmad-architecture/scripts/lint_spine.py +257 -0
- package/src/bmm-skills/3-solutioning/bmad-architecture/scripts/tests/test_lint_spine.py +270 -0
- package/src/bmm-skills/3-solutioning/bmad-create-architecture/SKILL.md +16 -60
- package/src/bmm-skills/3-solutioning/bmad-create-epics-and-stories/steps/step-01-validate-prerequisites.md +12 -4
- package/src/bmm-skills/4-implementation/bmad-code-review/steps/step-02-review.md +1 -1
- package/src/bmm-skills/4-implementation/bmad-quick-dev/step-04-review.md +1 -1
- package/src/bmm-skills/4-implementation/bmad-retrospective/SKILL.md +29 -14
- package/src/bmm-skills/4-implementation/bmad-retrospective/customize.toml +1 -1
- package/src/bmm-skills/4-implementation/bmad-sprint-planning/SKILL.md +20 -1
- package/src/bmm-skills/4-implementation/bmad-sprint-planning/checklist.md +2 -1
- package/src/bmm-skills/4-implementation/bmad-sprint-planning/sprint-status-template.yaml +13 -0
- package/src/bmm-skills/4-implementation/bmad-sprint-status/SKILL.md +13 -0
- package/src/bmm-skills/module-help.csv +2 -2
- package/src/core-skills/bmad-brainstorming/SKILL.md +8 -10
- package/src/core-skills/bmad-brainstorming/references/converge.md +1 -1
- package/src/core-skills/bmad-brainstorming/references/finalize.md +1 -1
- package/src/core-skills/bmad-brainstorming/references/headless.md +4 -4
- package/src/core-skills/bmad-brainstorming/references/in-chat-techniques.md +1 -1
- package/src/core-skills/bmad-brainstorming/references/mode-autonomous.md +1 -1
- package/src/core-skills/bmad-brainstorming/scripts/tests/test_brain.py +2 -2
- package/src/core-skills/bmad-customize/scripts/tests/test_list_customizable_skills.py +1 -1
- package/src/core-skills/bmad-forge-idea/SKILL.md +79 -0
- package/src/core-skills/bmad-forge-idea/customize.toml +42 -0
- package/src/core-skills/bmad-forge-idea/scripts/resolve_personas.py +270 -0
- package/src/core-skills/bmad-forge-idea/scripts/tests/test_resolve_personas.py +138 -0
- package/src/core-skills/bmad-party-mode/SKILL.md +39 -56
- package/src/core-skills/bmad-party-mode/customize.toml +175 -0
- package/src/core-skills/bmad-party-mode/references/create-party.md +70 -0
- package/src/core-skills/bmad-party-mode/references/mode-agent-team.md +11 -0
- package/src/core-skills/bmad-party-mode/references/mode-auto.md +13 -0
- package/src/core-skills/bmad-party-mode/references/mode-subagent.md +19 -0
- package/src/core-skills/bmad-party-mode/references/party-memory.md +51 -0
- package/src/core-skills/bmad-party-mode/scripts/resolve_party.py +272 -0
- package/src/core-skills/bmad-party-mode/scripts/tests/test-resolve_party.py +146 -0
- package/src/core-skills/bmad-spec/SKILL.md +25 -9
- package/src/core-skills/bmad-spec/assets/headless-schemas.md +3 -3
- package/src/core-skills/bmad-spec/assets/spec-template.md +4 -4
- package/src/core-skills/module-help.csv +1 -0
- package/src/{core-skills/bmad-brainstorming/scripts → scripts}/memlog.py +56 -34
- package/src/scripts/resolve_config.py +8 -6
- package/src/scripts/resolve_customization.py +8 -6
- package/src/{core-skills/bmad-brainstorming/scripts → scripts}/tests/test_memlog.py +68 -27
- package/tools/installer/commands/install.js +3 -0
- package/tools/installer/core/installer.js +35 -1
- package/tools/installer/core/uv-check.js +97 -0
- package/tools/installer/core/wsl-node-check.js +109 -0
- package/tools/installer/ide/platform-codes.yaml +14 -0
- package/tools/installer/install-messages.yaml +4 -0
- package/tools/installer/ui.js +11 -0
- package/evals/bmm-skills/bmad-product-brief/evals.json +0 -237
- package/evals/bmm-skills/bmad-product-brief/files/branfield-memo.md +0 -46
- package/evals/bmm-skills/bmad-product-brief/files/forkbird-brief/addendum.md +0 -40
- package/evals/bmm-skills/bmad-product-brief/files/forkbird-brief/brief.md +0 -56
- package/evals/bmm-skills/bmad-product-brief/files/forkbird-brief/decision-log.md +0 -27
- package/evals/bmm-skills/bmad-product-brief/files/meridian-mobility-report.md +0 -116
- package/evals/bmm-skills/bmad-product-brief/files/mossridge-brief/addendum.md +0 -41
- package/evals/bmm-skills/bmad-product-brief/files/mossridge-brief/brief.md +0 -57
- package/evals/bmm-skills/bmad-product-brief/files/mossridge-brief/decision-log.md +0 -29
- package/evals/bmm-skills/bmad-product-brief/files/pantry-bridge-interviews.md +0 -90
- package/evals/bmm-skills/bmad-product-brief/files/q2-brainstorm.md +0 -101
- package/evals/bmm-skills/bmad-product-brief/triggers.json +0 -18
- package/src/bmm-skills/3-solutioning/bmad-create-architecture/architecture-decision-template.md +0 -12
- package/src/bmm-skills/3-solutioning/bmad-create-architecture/data/domain-complexity.csv +0 -13
- package/src/bmm-skills/3-solutioning/bmad-create-architecture/data/project-types.csv +0 -7
- package/src/bmm-skills/3-solutioning/bmad-create-architecture/steps/step-01-init.md +0 -153
- package/src/bmm-skills/3-solutioning/bmad-create-architecture/steps/step-01b-continue.md +0 -173
- package/src/bmm-skills/3-solutioning/bmad-create-architecture/steps/step-02-context.md +0 -224
- package/src/bmm-skills/3-solutioning/bmad-create-architecture/steps/step-03-starter.md +0 -329
- package/src/bmm-skills/3-solutioning/bmad-create-architecture/steps/step-04-decisions.md +0 -318
- package/src/bmm-skills/3-solutioning/bmad-create-architecture/steps/step-05-patterns.md +0 -359
- package/src/bmm-skills/3-solutioning/bmad-create-architecture/steps/step-06-structure.md +0 -379
- package/src/bmm-skills/3-solutioning/bmad-create-architecture/steps/step-07-validation.md +0 -361
- package/src/bmm-skills/3-solutioning/bmad-create-architecture/steps/step-08-complete.md +0 -82
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Mossridge Public Library — Tool Lending Library Proposal
|
|
3
|
-
status: final
|
|
4
|
-
created: 2026-04-30
|
|
5
|
-
updated: 2026-04-30
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
# Tool Lending Library at Mossridge Public Library
|
|
9
|
-
|
|
10
|
-
## What we're proposing
|
|
11
|
-
|
|
12
|
-
A free tool-lending service operated out of the Mossridge Public Library, modeled on similar programs in Berkeley, Oakland, and Toronto. Cardholders borrow hand and power tools (drills, saws, ladders, sanders, plumbing snakes, gardening tools) for up to seven days, free of charge.
|
|
13
|
-
|
|
14
|
-
## Why now
|
|
15
|
-
|
|
16
|
-
Mossridge residents face rising costs of home maintenance and DIY supplies. Anecdotally, demand for community-shared resources is high — staff have fielded "do you lend tools?" requests for years. A tool library extends the library's mission of equitable access to information and skill-building into the practical-skills domain.
|
|
17
|
-
|
|
18
|
-
## Who it serves
|
|
19
|
-
|
|
20
|
-
Mossridge residents with active library cards. Primary audience: single-family homeowners doing their own home repairs, renters making minor improvements with landlord permission, hobbyist woodworkers and gardeners. Estimated 8,000 households in the library's service area.
|
|
21
|
-
|
|
22
|
-
## Service design
|
|
23
|
-
|
|
24
|
-
- **Catalog:** Approximately 200 tools to start, prioritizing the most-requested categories (drilling, cutting, sanding, ladders, garden).
|
|
25
|
-
- **Loan period:** Seven days, one renewal allowed if no holds.
|
|
26
|
-
- **Borrower requirements:** Active library card, signed liability waiver, completed safety briefing for power tools.
|
|
27
|
-
- **Location:** Library basement, currently underutilized storage. Accessible by elevator.
|
|
28
|
-
- **Hours:** Tuesday–Saturday during library hours; tools returned via after-hours drop slot when closed.
|
|
29
|
-
|
|
30
|
-
## Funding
|
|
31
|
-
|
|
32
|
-
- ARPA infrastructure grant: $42,000 (anticipated, application pending)
|
|
33
|
-
- Friends of the Mossridge Library matching funds: $10,000 (committed)
|
|
34
|
-
- In-kind tool donations from Mossridge Hardware (committed in principle)
|
|
35
|
-
|
|
36
|
-
Year-one operating cost is estimated at $48,000, primarily tool purchase, maintenance supplies, and shelving/storage retrofit. Ongoing cost (year two and beyond) projected at $12,000 annually for replacement tools and consumables.
|
|
37
|
-
|
|
38
|
-
## Operations
|
|
39
|
-
|
|
40
|
-
The service will be run by trained library volunteers, supervised by the Adult Services Librarian. Volunteer training program to be developed in partnership with Mossridge Vocational Center. Estimated 4–6 active volunteers needed at any given time, with a roster of 12–15 trained volunteers to provide coverage.
|
|
41
|
-
|
|
42
|
-
## Risks
|
|
43
|
-
|
|
44
|
-
- **Theft and loss.** Tools are valuable and portable. Mitigation: deposit on power tools (refundable), card-required checkout, photo documentation at loan and return.
|
|
45
|
-
- **Liability.** Borrower waivers will be required; the library's existing insurance policy is being reviewed for coverage.
|
|
46
|
-
- **Demand uncertainty.** We do not yet know the actual borrowing volume the service will see.
|
|
47
|
-
|
|
48
|
-
## Success criteria
|
|
49
|
-
|
|
50
|
-
- Launch by Q3 2027 with a catalog of 200 tools.
|
|
51
|
-
- 300 unique borrowers in the first year of operation.
|
|
52
|
-
- Zero serious injury incidents.
|
|
53
|
-
- Tool loss rate under 5% per year.
|
|
54
|
-
|
|
55
|
-
## What we're asking
|
|
56
|
-
|
|
57
|
-
Board approval to proceed with the ARPA grant application and finalize the service design for fall 2027 launch.
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
# Decision Log — Mossridge Tool Lending Library
|
|
2
|
-
|
|
3
|
-
## 2026-03-04
|
|
4
|
-
- **Pursuing the project.** Adult Services Librarian + Library Director agreed there's enough informal demand signal (years of "do you lend tools?" inquiries) to investigate seriously. Acknowledged that informal inquiries are not the same as validated demand.
|
|
5
|
-
|
|
6
|
-
## 2026-03-11
|
|
7
|
-
- **Reference programs to study: Berkeley, Oakland, Toronto.** Selected based on size, longevity, and accessibility of operational data.
|
|
8
|
-
|
|
9
|
-
## 2026-03-25
|
|
10
|
-
- **Initial scope: hand and power tools only.** Rejected including specialty categories (sewing, electronics test gear, automotive) for MVP. Reason: staff expertise and storage. Revisit year 2.
|
|
11
|
-
- **Free model.** Confirmed — paid model rejected as inconsistent with library mission. Donation jar approved as soft revenue.
|
|
12
|
-
|
|
13
|
-
## 2026-04-01
|
|
14
|
-
- **Volunteer-run model.** Selected to keep ongoing operating costs low. Acknowledged risk: Berkeley correspondence flagged staff-hours as the biggest sustainability concern in similar programs. Plan to revisit at year-one review.
|
|
15
|
-
|
|
16
|
-
## 2026-04-08
|
|
17
|
-
- **Funding architecture: ARPA grant + Friends matching + in-kind donations.** Considered municipal budget request; rejected as too slow (next budget cycle is 18 months out). Grant is faster but requires fall 2027 launch deadline.
|
|
18
|
-
|
|
19
|
-
## 2026-04-15
|
|
20
|
-
- **Launch timing: Q3 2027.** Driven by ARPA grant deadline, not by service-readiness analysis. Acknowledged this is grant-driven, not user-driven, timing.
|
|
21
|
-
- **Year-one target: 300 unique borrowers.** Set by analogy to comparable programs scaled to Mossridge population. No local validation underlying this number.
|
|
22
|
-
|
|
23
|
-
## 2026-04-22
|
|
24
|
-
- **Hardware store satellite deferred to year 2.** Operational complexity exceeds our launch capacity.
|
|
25
|
-
- **Liability: pending formal opinion from town legal.** Borrower waiver in draft.
|
|
26
|
-
|
|
27
|
-
## 2026-04-30
|
|
28
|
-
- **Brief finalized for board meeting.** Status moved to final.
|
|
29
|
-
- **Open items acknowledged for board discussion:** demand validation method, volunteer sustainability, written legal opinion on off-premises tool use coverage.
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
# Pantry Bridge — Customer Research Transcripts
|
|
2
|
-
|
|
3
|
-
**Project:** Pantry Bridge meal-kit concept exploration
|
|
4
|
-
**Research firm:** In-house
|
|
5
|
-
**Round:** Discovery interviews, March 2026
|
|
6
|
-
**Format:** 45-minute semi-structured interviews, video; excerpts below are lightly edited for length and clarity
|
|
7
|
-
|
|
8
|
-
The four interviews below cover four distinct potential customer segments. We are sharing all four for context, though the team's current product hypothesis targets one specific segment.
|
|
9
|
-
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
## Interview 1 — Susan, 38, working parent
|
|
13
|
-
|
|
14
|
-
**Household:** Two kids (ages 6 and 9), spouse works full-time, both parents work demanding office jobs. Suburban Chicago.
|
|
15
|
-
|
|
16
|
-
**Susan:** "Honestly, the question is just — can I get dinner on the table by 6:30 without it being chicken nuggets again? My kids don't eat anything green unless we play games about it. My husband and I both have late meetings sometimes. We've tried HelloFresh, we've tried Blue Apron, we tried Home Chef. They all kind of work, and they all kind of don't.
|
|
17
|
-
|
|
18
|
-
The thing that breaks them for us is the prep time. The boxes say 30 minutes but you need to add 10-15 to actually get it done. By Wednesday night I don't have 45 minutes. So we end up using the boxes on weekends and ordering takeout three nights a week, which is the opposite of what the boxes are supposed to do.
|
|
19
|
-
|
|
20
|
-
If you really wanted to crack it for families like ours: pre-chopped vegetables, sauces that are actually finished and not 'whisk these eight things together.' I'll pay more for less prep. And the recipe books need to read like the kid is going to eat it — not like 'spicy harissa-rubbed cauliflower steaks.'
|
|
21
|
-
|
|
22
|
-
Portion sizing — most kits send way too much for our family. We're a family of four but the kids each eat about 60% of a meal. We end up with leftovers that go bad. Better sizing would help."
|
|
23
|
-
|
|
24
|
-
**Interviewer:** What about price?
|
|
25
|
-
|
|
26
|
-
**Susan:** "We spend $250-350 a week on groceries currently and probably another $200 on takeout. So a meal kit that replaces three nights of takeout could be $200 a month and we'd still come out ahead. Most kits are priced fine; it's the time that breaks them."
|
|
27
|
-
|
|
28
|
-
---
|
|
29
|
-
|
|
30
|
-
## Interview 2 — Marcus, 21, college student
|
|
31
|
-
|
|
32
|
-
**Household:** Junior at state university, off-campus apartment shared with two roommates, kitchen has a microwave, a stovetop, and a half-broken oven. Limited budget.
|
|
33
|
-
|
|
34
|
-
**Marcus:** "I'm probably the wrong person for this conversation, no offense. I'm not really a meal-kit person. My food situation is, like, dining hall meal plan when I can use it, and the rest is whatever's cheap and fast. Trader Joe's frozen stuff. Eggs. Pasta. Costco runs with my roommates once a month.
|
|
35
|
-
|
|
36
|
-
I tried a meal kit when my mom signed me up as a 'starting college' gift. It was nice, but it was $80 a week for two people, which is way out of budget. And honestly, the thing they don't get is that I don't have time at 7 PM to cook. I have time at 11 PM. I want to grab something on my way back from the library and not think.
|
|
37
|
-
|
|
38
|
-
If you're trying to do meal kits for college students — and I don't really think you should — but if you were, the price has to be like $5 a meal. And it has to be food that survives in a fridge for two weeks because we don't shop on a weekly schedule. We shop when we run out.
|
|
39
|
-
|
|
40
|
-
Snacks matter more to us than meals, actually. Like, the moment when I'm desperate is 10 PM in the library, not 7 PM. Solve that and I might pay attention."
|
|
41
|
-
|
|
42
|
-
**Interviewer:** Do you have any dietary restrictions?
|
|
43
|
-
|
|
44
|
-
**Marcus:** "I'm vegetarian, sort of. I eat fish. So pescatarian I guess. But mostly because meat is expensive."
|
|
45
|
-
|
|
46
|
-
---
|
|
47
|
-
|
|
48
|
-
## Interview 3 — Eleanor, 71, retired, lives alone
|
|
49
|
-
|
|
50
|
-
**Household:** Widow, lives alone in the same single-family home she's been in for 36 years. Suburban Cleveland. Two adult children live out of state. Drives during the day but no longer at night.
|
|
51
|
-
|
|
52
|
-
**Eleanor:** "I'll tell you what I miss. I miss cooking for someone. My husband Walter passed five years ago this June, and the hardest thing — well, not the hardest, but one of them — is that I don't really cook anymore. I cook eggs. I cook a piece of fish. I open a can of soup more often than I'd like to admit. I used to make Sunday dinners that would feed eight people. Now I eat standing up at the counter half the time.
|
|
53
|
-
|
|
54
|
-
The grocery store is genuinely difficult. I drive there, I park in the back of the lot because I can usually find a spot, and then it's a long walk in. I get tired by the time I'm in the dairy aisle. Carrying the bags from the car to the kitchen — that's a project. My daughter wants me to use grocery delivery and I've tried, but the apps are all designed for someone twenty years younger than me. Tiny buttons, asking me to click through six screens to add a single tomato. I get frustrated and give up.
|
|
55
|
-
|
|
56
|
-
What I would actually want — and I've thought about this — is meals for one person. Real portions. Not a frozen TV dinner. Not 'serves four, freeze the rest.' I have a freezer full of leftovers I'll never eat. Just one good meal that I can heat up or finish cooking, that tastes like food I would have made.
|
|
57
|
-
|
|
58
|
-
I'm watching my sodium because of my blood pressure. Watching sugar too — borderline diabetic, my doctor calls it. So I read labels carefully. The frozen meals you can buy in stores are loaded with both. I'd pay more for less of both, if I trusted that the labels were accurate.
|
|
59
|
-
|
|
60
|
-
The other thing — and please put this in your notes — is that I'm careful about who I let into my house and what I sign up for. There are scams. My friend Marian got taken for $4,000 last year. So if some company asks for my information, I want to know who they are. I want a real customer service number with a real person. I want it to feel like a real business, not a flashy app.
|
|
61
|
-
|
|
62
|
-
I don't want it to feel like 'old-people food.' That's an important thing. The Meals on Wheels program in our township is wonderful but it's clearly designed for people who are sicker than I am. I'm not sick. I just live alone and grocery shopping is a lot."
|
|
63
|
-
|
|
64
|
-
**Interviewer:** What would the ideal experience look like?
|
|
65
|
-
|
|
66
|
-
**Eleanor:** "Someone delivers good food, in real portions, made with the kind of ingredients I would have used. I can heat it up or finish it. It doesn't taste like a hospital. The packaging is something I can actually open without a knife. I get a phone call once in a while from a person, not a robot. The price is reasonable — I'm on a fixed income but I can spend on things that matter. Eating well matters."
|
|
67
|
-
|
|
68
|
-
---
|
|
69
|
-
|
|
70
|
-
## Interview 4 — Dimitri, 44, Director of Food Services, mid-size hospital
|
|
71
|
-
|
|
72
|
-
**Organization:** 340-bed hospital, food service operates patient meals, staff cafeteria, and a small retail café. Reports to the COO.
|
|
73
|
-
|
|
74
|
-
**Dimitri:** "I'm probably also not who you should be talking to, but happy to share. We don't buy meal kits. We buy ingredients in institutional volumes from Sysco and US Foods primarily, with some specialty buys for dietary restrictions. We feed about 1,800 people a day across patients, staff, and visitors.
|
|
75
|
-
|
|
76
|
-
What I deal with that you might find interesting is the patient diet matrix. We have to produce meals that meet specific medical requirements — renal diets, cardiac diets, diabetic diets, dysphagia textures, allergen-free, religious restrictions. Each patient gets a tray that meets their specific orders. It's complex.
|
|
77
|
-
|
|
78
|
-
If a meal kit company wanted to play in our world, they'd be selling to me at the institutional level — bulk pricing, multi-year contracts, ability to deliver consistent specs across thousands of meals. That's not really a 'meal kit' anymore; that's wholesale food service.
|
|
79
|
-
|
|
80
|
-
Now, where I might be a buyer in a different sense: my staff cafeteria. We're trying to compete with grab-and-go culture. If you produced ready-to-heat meals targeting our staff demographic — nurses, doctors, techs, who are working 12-hour shifts and want real food, not a sandwich — I might pay attention. But the price point would have to make sense for institutional buying, and you'd need to integrate with our existing food safety protocols.
|
|
81
|
-
|
|
82
|
-
For consumer meal kits, I'm probably not your customer. We did try one when my wife and I were both working through COVID, and we let the subscription lapse after about three months. Fine product, just didn't fit our patterns."
|
|
83
|
-
|
|
84
|
-
---
|
|
85
|
-
|
|
86
|
-
## Note from the research lead
|
|
87
|
-
|
|
88
|
-
These four interviews were selected to represent the range of segments we've considered. The team's working hypothesis after this round is that the older-adult-living-alone segment is the strongest fit for the Pantry Bridge concept — distinctive needs, acknowledged friction with current options, willingness to pay for quality, and a meaningful unmet need around portion sizing and trust. Working parent segment is well-served by existing competitors. College student segment is too price-sensitive. Institutional segment is a different business entirely.
|
|
89
|
-
|
|
90
|
-
The brief should target the older-adult segment based on the Eleanor interview specifically.
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
# Q2 Brainstorm — Hatchet & Loop Studio
|
|
2
|
-
|
|
3
|
-
**Date:** 2026-04-15
|
|
4
|
-
**Present:** Mira, Devon, Sofia, Theo
|
|
5
|
-
|
|
6
|
-
Annual Q2 ideation. We're hunting for our next side-project-that-could-become-a-product. Format: 10 minutes wild ideas, 3 minutes per idea on quick takes, then we vote on one to dig into.
|
|
7
|
-
|
|
8
|
-
## Round 1: Everything goes
|
|
9
|
-
|
|
10
|
-
(10 minutes, no filtering. We just throw stuff out.)
|
|
11
|
-
|
|
12
|
-
- A weather app that tracks your mood alongside the forecast (Devon)
|
|
13
|
-
- Meditation chime that learns your sleep cycle and chimes only at the right wake-window (Theo)
|
|
14
|
-
- A podcasting tool for non-podcasters — like, you record voice notes and it auto-edits and posts (Sofia)
|
|
15
|
-
- Craft beer subscription with detailed brewer notes you can read while drinking (Mira)
|
|
16
|
-
- AI sommelier app that tells you what wine to buy at Trader Joe's based on a photo (Theo)
|
|
17
|
-
- Office-plant-care subscription with auto-replacement when one dies (Devon)
|
|
18
|
-
- Neighborhood ride coordinator — like a private Uber pool for one neighborhood (Mira)
|
|
19
|
-
- Neighborhood compost coordinator — connect people with food scraps to people with active compost piles (Sofia)
|
|
20
|
-
- Cookbook app where you click "I'll cook this Tuesday" and it auto-generates the shopping list and sends it to your delivery service (Devon)
|
|
21
|
-
- AR home staging — point your phone at a room and it shows you what it would look like with different furniture (Theo)
|
|
22
|
-
|
|
23
|
-
## Round 2: Quick takes
|
|
24
|
-
|
|
25
|
-
### Weather + mood
|
|
26
|
-
|
|
27
|
-
Devon: "I'd use it." Sofia thinks the data correlation isn't strong enough to be useful — interesting concept but the science doesn't support a product. Park.
|
|
28
|
-
|
|
29
|
-
### Sleep-cycle meditation chime
|
|
30
|
-
|
|
31
|
-
Theo's pitch — exists already (Sleep Cycle, etc.). Differentiation would be the chime, which is hardware. Out of scope for a software-first studio.
|
|
32
|
-
|
|
33
|
-
### Podcasting for non-podcasters
|
|
34
|
-
|
|
35
|
-
Sofia: "There are like fifty of these." She's right. Skip.
|
|
36
|
-
|
|
37
|
-
### Craft beer subscription
|
|
38
|
-
|
|
39
|
-
Mira admits this is mostly her wanting it for herself. We're not in the logistics business. Skip.
|
|
40
|
-
|
|
41
|
-
### AI sommelier
|
|
42
|
-
|
|
43
|
-
Theo: "The model would have to be incredibly good at label recognition." Sofia: "And there's already Vivino." Skip.
|
|
44
|
-
|
|
45
|
-
### Office-plant-care subscription
|
|
46
|
-
|
|
47
|
-
Devon: "I worked at a place that had this. They were always sad plants." Operational nightmare, low margin. Skip.
|
|
48
|
-
|
|
49
|
-
### Neighborhood ride coordinator
|
|
50
|
-
|
|
51
|
-
Mira: "Saturated. Lyft and Uber both have pool features. Uber Neighborhood was a thing and they killed it." Skip.
|
|
52
|
-
|
|
53
|
-
### Neighborhood compost coordinator
|
|
54
|
-
|
|
55
|
-
Sofia: "Hear me out. Cities are mandating organic waste separation but most apartments don't have a composting option. People in single-family homes often have active compost piles and would love more material. There's a missing match-making layer." General agreement this is more interesting than the others. Theo: "How do we make money?" Sofia: "Eventually a small fee on the compost-pile-host side, but for MVP just free and prove the demand." Group lights up. We agree to dig into this in Round 3.
|
|
56
|
-
|
|
57
|
-
### Cookbook → shopping list
|
|
58
|
-
|
|
59
|
-
Devon's pitch. Already exists (Mealime, Plan to Eat). Skip.
|
|
60
|
-
|
|
61
|
-
### AR home staging
|
|
62
|
-
|
|
63
|
-
Theo: "IKEA already has this." Skip.
|
|
64
|
-
|
|
65
|
-
## Round 3: Compost coordinator deep dive
|
|
66
|
-
|
|
67
|
-
We spent 45 minutes on this. Notes:
|
|
68
|
-
|
|
69
|
-
**Who is the user?**
|
|
70
|
-
Two-sided market. Side A: apartment dwellers and renters who generate food scraps and want them composted (motivated by environmental values, sometimes by city mandates). Side B: people with active backyard compost piles who want more "browns and greens" — single-family homeowners, urban farmers, school gardens, community gardens.
|
|
71
|
-
|
|
72
|
-
Sofia thinks Side A is the harder side to acquire (weak intent — recycling-adjacent behavior). Side B is easier but smaller. The product has to be designed around Side A's friction points.
|
|
73
|
-
|
|
74
|
-
**Geographic scope.**
|
|
75
|
-
Hyperlocal — neighborhood-level, not city-wide. The whole point is short-distance handoff: Side A doesn't want to drive their food scraps across town. We're talking 5-block radius matches.
|
|
76
|
-
|
|
77
|
-
**Business model (later).**
|
|
78
|
-
Free at launch. Eventually: subscription for Side B (compost-pile hosts) — they pay to access more matches. Side A always free. Possibly partner with cities that have green-waste mandates (B2G channel).
|
|
79
|
-
|
|
80
|
-
**Technical approach.**
|
|
81
|
-
Web app first, mobile second. Map-based discovery. Identity verification light-touch (apartment dwellers are skittish about strangers; need trust signals). Match-and-message pattern, not real-time logistics.
|
|
82
|
-
|
|
83
|
-
**Competition.**
|
|
84
|
-
ShareWaste exists but is global and not focused on hyperlocal density. Some city-specific apps (NYC's GrowNYC). No one has cracked the neighborhood-density model.
|
|
85
|
-
|
|
86
|
-
**MVP scope.**
|
|
87
|
-
One pilot neighborhood. Sofia knows people in a Portland neighborhood (Sunnyside / Hawthorne area) where compost culture is strong. Start there.
|
|
88
|
-
|
|
89
|
-
**Open questions.**
|
|
90
|
-
- How do we acquire Side A (apartment dwellers)? They have low intent and lots of competing options (just throwing scraps in trash, paying a service, signing up for city pickup if available).
|
|
91
|
-
- What does the trust layer look like? Reviews? Vouching? Real-name only?
|
|
92
|
-
- Does Side B saturation become a problem fast (one compost pile can only take so much)? How do we route demand?
|
|
93
|
-
|
|
94
|
-
## Action items
|
|
95
|
-
|
|
96
|
-
- Sofia: write up the compost coordinator concept as a brief by next Wednesday. Take it to Mira and Devon for first read.
|
|
97
|
-
- Devon: research ShareWaste's user numbers and any teardowns of why they haven't dominated.
|
|
98
|
-
- Theo: sketch the trust-layer UX concepts.
|
|
99
|
-
- Mira: talk to Sofia's Portland contacts about doing user interviews.
|
|
100
|
-
|
|
101
|
-
Next meeting: 2026-04-29 — review brief draft, decide on go/no-go.
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{ "query": "Help me write a product brief for my new app idea", "should_trigger": true },
|
|
3
|
-
{ "query": "I need to draft a brief for a feature we're scoping", "should_trigger": true },
|
|
4
|
-
{ "query": "Update this product brief — we changed the target audience", "should_trigger": true },
|
|
5
|
-
{ "query": "Review my brief and tell me if it's investor-ready", "should_trigger": true },
|
|
6
|
-
{ "query": "Validate this brief before our board meeting Monday", "should_trigger": true },
|
|
7
|
-
{ "query": "Pressure-test my product brief for weak assumptions", "should_trigger": true },
|
|
8
|
-
{ "query": "Help me put together a one-page summary of my product idea for stakeholders", "should_trigger": true },
|
|
9
|
-
|
|
10
|
-
{ "query": "Help me brainstorm ideas for a new feature", "should_trigger": false },
|
|
11
|
-
{ "query": "Write me a PRD for our checkout flow redesign", "should_trigger": false },
|
|
12
|
-
{ "query": "Run a working backwards exercise for my product idea", "should_trigger": false },
|
|
13
|
-
{ "query": "Document this existing codebase for AI agents", "should_trigger": false },
|
|
14
|
-
{ "query": "Help me write user stories for the next sprint", "should_trigger": false },
|
|
15
|
-
{ "query": "Generate a system architecture for my app", "should_trigger": false },
|
|
16
|
-
{ "query": "Write code to parse JSON in Python", "should_trigger": false },
|
|
17
|
-
{ "query": "Create a marketing landing page for my product", "should_trigger": false }
|
|
18
|
-
]
|
package/src/bmm-skills/3-solutioning/bmad-create-architecture/architecture-decision-template.md
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
stepsCompleted: []
|
|
3
|
-
inputDocuments: []
|
|
4
|
-
workflowType: 'architecture'
|
|
5
|
-
project_name: '{{project_name}}'
|
|
6
|
-
user_name: '{{user_name}}'
|
|
7
|
-
date: '{{date}}'
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
# Architecture Decision Document
|
|
11
|
-
|
|
12
|
-
_This document builds collaboratively through step-by-step discovery. Sections are appended as we work through each architectural decision together._
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
domain,signals,complexity_level,suggested_workflow,web_searches
|
|
2
|
-
e_commerce,"shopping,cart,checkout,payment,products,store",medium,standard,"ecommerce architecture patterns, payment processing, inventory management"
|
|
3
|
-
fintech,"banking,payment,trading,finance,money,investment",high,enhanced,"financial security, PCI compliance, trading algorithms, fraud detection"
|
|
4
|
-
healthcare,"medical,diagnostic,clinical,patient,hospital,health",high,enhanced,"HIPAA compliance, medical data security, FDA regulations, health tech"
|
|
5
|
-
social,"social network,community,users,friends,posts,sharing",high,advanced,"social graph algorithms, feed ranking, notification systems, privacy"
|
|
6
|
-
education,"learning,course,student,teacher,training,academic",medium,standard,"LMS architecture, progress tracking, assessment systems, video streaming"
|
|
7
|
-
productivity,"productivity,workflow,tasks,management,business,tools",medium,standard,"collaboration patterns, real-time editing, notification systems, integration"
|
|
8
|
-
media,"content,media,video,audio,streaming,broadcast",high,advanced,"CDN architecture, video encoding, streaming protocols, content delivery"
|
|
9
|
-
iot,"IoT,sensors,devices,embedded,smart,connected",high,advanced,"device communication, real-time data processing, edge computing, security"
|
|
10
|
-
government,"government,civic,public,admin,policy,regulation",high,enhanced,"accessibility standards, security clearance, data privacy, audit trails"
|
|
11
|
-
process_control,"industrial automation,process control,PLC,SCADA,DCS,HMI,operational technology,control system,cyberphysical,MES,instrumentation,I&C,P&ID",high,advanced,"industrial process control architecture, SCADA system design, OT cybersecurity architecture, real-time control systems"
|
|
12
|
-
building_automation,"building automation,BAS,BMS,HVAC,smart building,fire alarm,fire protection,fire suppression,life safety,elevator,DDC,access control,sequence of operations,commissioning",high,advanced,"building automation architecture, BACnet integration patterns, smart building design, building management system security"
|
|
13
|
-
gaming,"game,gaming,multiplayer,real-time,interactive,entertainment",high,advanced,"real-time multiplayer, game engine architecture, matchmaking, leaderboards"
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
project_type,detection_signals,description,typical_starters
|
|
2
|
-
web_app,"website,web application,browser,frontend,UI,interface",Web-based applications running in browsers,Next.js, Vite, Remix
|
|
3
|
-
mobile_app,"mobile,iOS,Android,app,smartphone,tablet",Native mobile applications,React Native, Expo, Flutter
|
|
4
|
-
api_backend,"API,REST,GraphQL,backend,service,microservice",Backend services and APIs,NestJS, Express, Fastify
|
|
5
|
-
full_stack,"full-stack,complete,web+mobile,frontend+backend",Applications with both frontend and backend,T3 App, RedwoodJS, Blitz
|
|
6
|
-
cli_tool,"CLI,command line,terminal,console,tool",Command-line interface tools,oclif, Commander, Caporal
|
|
7
|
-
desktop_app,"desktop,Electron,Tauri,native app,macOS,Windows",Desktop applications,Electron, Tauri, Flutter Desktop
|
|
@@ -1,153 +0,0 @@
|
|
|
1
|
-
# Step 1: Architecture Workflow Initialization
|
|
2
|
-
|
|
3
|
-
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
4
|
-
|
|
5
|
-
- 🛑 NEVER generate content without user input
|
|
6
|
-
- 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
|
|
7
|
-
- 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
|
|
8
|
-
- ✅ ALWAYS treat this as collaborative discovery between architectural peers
|
|
9
|
-
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
10
|
-
- 💬 FOCUS on initialization and setup only - don't look ahead to future steps
|
|
11
|
-
- 🚪 DETECT existing workflow state and handle continuation properly
|
|
12
|
-
- ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
|
|
13
|
-
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
|
-
|
|
15
|
-
## EXECUTION PROTOCOLS:
|
|
16
|
-
|
|
17
|
-
- 🎯 Show your analysis before taking any action
|
|
18
|
-
- 💾 Initialize document and update frontmatter
|
|
19
|
-
- 📖 Set up frontmatter `stepsCompleted: [1]` before loading next step
|
|
20
|
-
- 🚫 FORBIDDEN to load next step until setup is complete
|
|
21
|
-
|
|
22
|
-
## CONTEXT BOUNDARIES:
|
|
23
|
-
|
|
24
|
-
- Variables from workflow.md are available in memory
|
|
25
|
-
- Previous context = what's in output document + frontmatter
|
|
26
|
-
- Don't assume knowledge from other steps
|
|
27
|
-
- Input document discovery happens in this step
|
|
28
|
-
|
|
29
|
-
## YOUR TASK:
|
|
30
|
-
|
|
31
|
-
Initialize the Architecture workflow by detecting continuation state, discovering input documents, and setting up the document for collaborative architectural decision making.
|
|
32
|
-
|
|
33
|
-
## INITIALIZATION SEQUENCE:
|
|
34
|
-
|
|
35
|
-
### 1. Check for Existing Workflow
|
|
36
|
-
|
|
37
|
-
First, check if the output document already exists:
|
|
38
|
-
|
|
39
|
-
- Look for existing {planning_artifacts}/`*architecture*.md`
|
|
40
|
-
- If exists, read the complete file(s) including frontmatter
|
|
41
|
-
- If not exists, this is a fresh workflow
|
|
42
|
-
|
|
43
|
-
### 2. Handle Continuation (If Document Exists)
|
|
44
|
-
|
|
45
|
-
If the document exists and has frontmatter with `stepsCompleted`:
|
|
46
|
-
|
|
47
|
-
- **STOP here** and load `./step-01b-continue.md` immediately
|
|
48
|
-
- Do not proceed with any initialization tasks
|
|
49
|
-
- Let step-01b handle the continuation logic
|
|
50
|
-
|
|
51
|
-
### 3. Fresh Workflow Setup (If No Document)
|
|
52
|
-
|
|
53
|
-
If no document exists or no `stepsCompleted` in frontmatter:
|
|
54
|
-
|
|
55
|
-
#### A. Input Document Discovery
|
|
56
|
-
|
|
57
|
-
Discover and load context documents using smart discovery. Documents can be in the following locations:
|
|
58
|
-
- {planning_artifacts}/**
|
|
59
|
-
- {output_folder}/**
|
|
60
|
-
- {project_knowledge}/**
|
|
61
|
-
- {project-root}/docs/**
|
|
62
|
-
|
|
63
|
-
Also - when searching - documents can be a single markdown file, or a folder with an index and multiple files. For Example, if searching for `*foo*.md` and not found, also search for a folder called *foo*/index.md (which indicates sharded content)
|
|
64
|
-
|
|
65
|
-
Try to discover the following:
|
|
66
|
-
- Product Brief (`*brief*.md`)
|
|
67
|
-
- Product Requirements Document (`*prd*.md`)
|
|
68
|
-
- UX Design (`*ux-design*.md`) and other
|
|
69
|
-
- Research Documents (`*research*.md`)
|
|
70
|
-
- Project Documentation (generally multiple documents might be found for this in the `{project_knowledge}` or `{project-root}/docs` folder.)
|
|
71
|
-
- Project Context (`**/project-context.md`)
|
|
72
|
-
|
|
73
|
-
<critical>Confirm what you have found with the user, along with asking if the user wants to provide anything else. Only after this confirmation will you proceed to follow the loading rules</critical>
|
|
74
|
-
|
|
75
|
-
**Loading Rules:**
|
|
76
|
-
|
|
77
|
-
- Load ALL discovered files completely that the user confirmed or provided (no offset/limit)
|
|
78
|
-
- If there is a project context, whatever is relevant should try to be biased in the remainder of this whole workflow process
|
|
79
|
-
- For sharded folders, load ALL files to get complete picture, using the index first to potentially know the potential of each document
|
|
80
|
-
- index.md is a guide to what's relevant whenever available
|
|
81
|
-
- Track all successfully loaded files in frontmatter `inputDocuments` array
|
|
82
|
-
|
|
83
|
-
#### B. Validate Required Inputs
|
|
84
|
-
|
|
85
|
-
Before proceeding, verify we have the essential inputs:
|
|
86
|
-
|
|
87
|
-
**PRD Validation:**
|
|
88
|
-
|
|
89
|
-
- If no PRD found: "Architecture requires a PRD to work from. Please run the PRD workflow first or provide the PRD file path."
|
|
90
|
-
- Do NOT proceed without PRD
|
|
91
|
-
|
|
92
|
-
**Other Input that might exist:**
|
|
93
|
-
|
|
94
|
-
- UX Spec: "Provides UI/UX architectural requirements"
|
|
95
|
-
|
|
96
|
-
#### C. Create Initial Document
|
|
97
|
-
|
|
98
|
-
Copy the template from `../architecture-decision-template.md` to `{planning_artifacts}/architecture.md`
|
|
99
|
-
|
|
100
|
-
#### D. Complete Initialization and Report
|
|
101
|
-
|
|
102
|
-
Complete setup and report to user:
|
|
103
|
-
|
|
104
|
-
**Document Setup:**
|
|
105
|
-
|
|
106
|
-
- Created: `{planning_artifacts}/architecture.md` from template
|
|
107
|
-
- Initialized frontmatter with workflow state
|
|
108
|
-
|
|
109
|
-
**Input Documents Discovered:**
|
|
110
|
-
Report what was found:
|
|
111
|
-
"Welcome {{user_name}}! I've set up your Architecture workspace for {{project_name}}.
|
|
112
|
-
|
|
113
|
-
**Documents Found:**
|
|
114
|
-
|
|
115
|
-
- PRD: {number of PRD files loaded or "None found - REQUIRED"}
|
|
116
|
-
- UX Design: {number of UX files loaded or "None found"}
|
|
117
|
-
- Research: {number of research files loaded or "None found"}
|
|
118
|
-
- Project docs: {number of project files loaded or "None found"}
|
|
119
|
-
- Project context: {project_context_rules count of rules for AI agents found}
|
|
120
|
-
|
|
121
|
-
**Files loaded:** {list of specific file names or "No additional documents found"}
|
|
122
|
-
|
|
123
|
-
Ready to begin architectural decision making. Do you have any other documents you'd like me to include?
|
|
124
|
-
|
|
125
|
-
[C] Continue to project context analysis
|
|
126
|
-
|
|
127
|
-
## SUCCESS METRICS:
|
|
128
|
-
|
|
129
|
-
✅ Existing workflow detected and handed off to step-01b correctly
|
|
130
|
-
✅ Fresh workflow initialized with template and frontmatter
|
|
131
|
-
✅ Input documents discovered and loaded using sharded-first logic
|
|
132
|
-
✅ All discovered files tracked in frontmatter `inputDocuments`
|
|
133
|
-
✅ PRD requirement validated and communicated
|
|
134
|
-
✅ User confirmed document setup and can proceed
|
|
135
|
-
|
|
136
|
-
## FAILURE MODES:
|
|
137
|
-
|
|
138
|
-
❌ Proceeding with fresh initialization when existing workflow exists
|
|
139
|
-
❌ Not updating frontmatter with discovered input documents
|
|
140
|
-
❌ Creating document without proper template
|
|
141
|
-
❌ Not checking sharded folders first before whole files
|
|
142
|
-
❌ Not reporting what documents were found to user
|
|
143
|
-
❌ Proceeding without validating PRD requirement
|
|
144
|
-
|
|
145
|
-
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
146
|
-
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
147
|
-
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
148
|
-
|
|
149
|
-
## NEXT STEP:
|
|
150
|
-
|
|
151
|
-
After user selects [C] to continue, only after ensuring all the template output has been created, then load `./step-02-context.md` to analyze the project context and begin architectural decision making.
|
|
152
|
-
|
|
153
|
-
Remember: Do NOT proceed to step-02 until user explicitly selects [C] from the menu and setup is confirmed!
|