Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/aidd-context/CATALOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# aidd-context catalog

Auto-generated framework content: agents, commands, rules, skills, and templates.
Auto-generated index of skills, agents, references and assets shipped by the `aidd-context` plugin.

> This file is automatically updated by the `scripts/summarize-markdown.js` script.

Expand Down
4 changes: 3 additions & 1 deletion plugins/aidd-context/skills/00-onboard/actions/03-present.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ The rendered screen, and the user's reply.
- Framing line on the first report of the session only.
- Exactly one action block per screen, carrying its key once.
- The idle menu is a next-action block. Slot 1 is the action line, slots 2 to 4 join the options line. Never a list.
- The state block carries every foundation, so the foundations step count reads off it.
- Glyphs: ✅ met · ⚠️ present, not wired · ❌ missing.
- A used tool that lacks the block is `⚠️`, never `❌`. Only a missing required foundation takes `❌`.
- Every `⚠️` shows its cause and a keyed fix.
- Short lines.
- The options line is the last line. Print nothing after it, no detail block, no state snapshot, no hint about what comes next.
- Command ids, tier clauses, and lookahead only under `[?]`.
- Command ids, tier clauses, and lookahead only under `[d]`.
- Keys are letters or digits. Never `?`, `!`, `/`, `@`, `#`: the host takes those.
2. **Inject.**
- Entry screen takes `@../assets/banner.txt`.
- Flow or walk screen loads `@../references/flow.md`.
Expand Down
2 changes: 1 addition & 1 deletion plugins/aidd-context/skills/00-onboard/actions/04-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ The reply carried out.
- `OK` runs AUTO unattended and pauses at each GUIDED.
- A MANUAL step is shown, never run.
- A gap invokes nothing.
- `?`/`back` re-render with no re-scan.
- `d`/`back` re-render with no re-scan.
- A GUIDED handoff emits the return line.
11 changes: 6 additions & 5 deletions plugins/aidd-context/skills/00-onboard/assets/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
👋 <framing, or "Welcome back.">

Your AIDD setup:
AI tools <detected, each ✅/⚠️, or "none yet" when none>
Plugins <installed> ✅
Memory <aidd_docs · N synced ✅ | ❌ not set up yet>
AI tools <detected, each ✅/⚠️, or "none yet" when none>
Plugins <installed> ✅
Tech stack <✅ established | ❌ not chosen yet>
Memory <aidd_docs · N synced ✅ | ❌ not set up yet>

<state sentence>

Expand Down Expand Up @@ -55,11 +56,11 @@ Foundations — step <n> of <total>
<other keyed options>
```

## [?] detail
## [d] detail

```txt
Details —
1. <step> <command-id> (<tier clause>)
<foundation lines, ✅/⚠️/❌>
explain <n> · explain project · recap · stop · back [<]
explain <n> · explain project · recap · stop · back [b]
```
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
| ------------- | --------------------------------------------------------------------------------- |
| a number `[n]`| run that step, or open an idle-menu umbrella |
| `OK` | walk the pending steps (ranks 1-3) in order, never the idle menu |
| `?` | expand the full detail (command ids, tier clauses, per-check reasons), read-only |
| `back` / `<` | re-render the prior screen, read-only, no re-scan |
| `d` / `details` | expand the full detail (command ids, tier clauses, per-check reasons), read-only |
| `b` / `back` | re-render the prior screen, read-only, no re-scan |
| `recap` | summarize this session's conversation, read-only, only when a prior conversation exists |
| `explain <n>` | describe a step in two or three plain lines, read-only |
| `explain project` | summarize the project from its memory bank, read-only, only when memory is filled |
Expand Down