Skip to content

Commit 50ac997

Browse files
committed
ensure tactical context is indexed
1 parent 7f2265e commit 50ac997

4 files changed

Lines changed: 36 additions & 0 deletions

File tree

lead-dev-os/skills/init/examples/readme-filled.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ This directory contains modular knowledge files that document Active Snap AI's c
77
- **Version-controlled** - Track evolution of ideas over time
88
- **AI-friendly** - Agents can load specific concepts as context
99

10+
## Product
11+
12+
- **[product-mission.md](product/product-mission.md)** — Product mission, vision, target users, and technology stack
13+
- **[product-roadmap.md](product/product-roadmap.md)** — Prioritized feature roadmap with phased milestones
14+
1015
## Available Concepts
1116

1217
### Core Concepts

lead-dev-os/skills/init/templates/readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ This directory contains modular knowledge files that document {Project Name}'s c
77
- **Version-controlled** - Track evolution of ideas over time
88
- **AI-friendly** - Agents can load specific concepts as context
99

10+
## Product
11+
12+
> Strategic product documents created by `/lead-dev-os:plan-product` and `/lead-dev-os:plan-roadmap`.
13+
14+
<!-- Entries are added automatically by the skills that create these files:
15+
- **[product-mission.md](product/product-mission.md)** — Product mission, vision, target users, and technology stack
16+
- **[product-roadmap.md](product/product-roadmap.md)** — Prioritized feature roadmap with phased milestones
17+
-->
18+
1019
## Available Concepts
1120

1221
> This section is populated as you build your project. Add entries here when creating new concept files.

lead-dev-os/skills/plan-product/SKILL.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@ For a filled-in example, see [examples/saas-project-tracker.md](examples/saas-pr
4040

4141
Save the document to `agents-context/product/product-mission.md`.
4242

43+
### Phase 4: Update README
44+
45+
Read `agents-context/README.md`. Under the `## Product` section, ensure there is an uncommented entry for `product-mission.md`. If the entry is inside an HTML comment block, uncomment it. If no entry exists, add one:
46+
47+
```markdown
48+
- **[product-mission.md](product/product-mission.md)** — Product mission, vision, target users, and technology stack
49+
```
50+
51+
### Phase 5: Summary
52+
4353
Tell the user:
4454
- "Product mission saved to `agents-context/product/product-mission.md`"
55+
- "Updated `agents-context/README.md` index"
4556
- Suggest running `/lead-dev-os:plan-roadmap` next to create a feature roadmap based on this mission.

lead-dev-os/skills/plan-roadmap/SKILL.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,17 @@ For a filled-in example, see [examples/saas-project-tracker.md](examples/saas-pr
3131

3232
Save the document to `agents-context/product/product-roadmap.md`.
3333

34+
### Phase 4: Update README
35+
36+
Read `agents-context/README.md`. Under the `## Product` section, ensure there is an uncommented entry for `product-roadmap.md`. If the entry is inside an HTML comment block, uncomment it. If no entry exists, add one:
37+
38+
```markdown
39+
- **[product-roadmap.md](product/product-roadmap.md)** — Prioritized feature roadmap with phased milestones
40+
```
41+
42+
### Phase 5: Summary
43+
3444
Tell the user:
3545
- "Roadmap saved to `agents-context/product/product-roadmap.md`"
46+
- "Updated `agents-context/README.md` index"
3647
- Suggest picking a feature from Phase 1 and running `/lead-dev-os:step1-write-spec` to begin speccing it out.

0 commit comments

Comments
 (0)