Simple Markdown Task Management (SMTM)
Section titled “Simple Markdown Task Management (SMTM)”Version: 5.4 — Updated 2026-07-08 Status: Active system
Summary
Section titled “Summary”- Talbot’s authoritative guide for task, project, and log management across the KB and all AI sessions.
Description
Section titled “Description”- A lightweight, file-based system for managing tasks, projects, and logs in Obsidian. Designed for AI-assisted workflows — each project has a ROADMAP.md (structure), STATUS.md (state), and NEXT-STEPS.md (active conversation), giving any AI session immediate orientation without prior context. When onboarding a new AI tool, point it here.
Future Upgrades
Section titled “Future Upgrades”- See UPGRADES for possible upgrade ideas
Three Constructs — Task vs Project vs Ongoing Project
Section titled “Three Constructs — Task vs Project vs Ongoing Project”SMTM manages three distinct constructs. Mixing them up is the most common mis-filing mistake — check this table before creating anything.
| Task | Project (finite) | Ongoing Project | |
|---|---|---|---|
| Ends? | Yes — closes on completion | Yes — archives once all phases are done | No — evergreen, never archived |
| Where it lives | owning dept’s Tasks/ folder (or Core/_WorkingOn/Tasks/ if no single owner) | _WorkingOn/Projects/[name]/ | its primary work surface — a repo or a KB dept folder. Never _WorkingOn/Projects/. |
| Structure | one .md file + frontmatter | ROADMAP.md + STATUS.md + NEXT-STEPS.md + LESSONS.md + UPGRADES.md | STATUS.md + ROADMAP.md + UPGRADES.md + LESSONS.md at the SSOT home, plus one KB portal note |
| Example | ”Fix the PWA manifest bug" | "ai-config Rules Upgrade” (4 phases, closed 2026-07-07) | ai-config, KB-OS, monorepo — the thing tasks and projects work on |
| Skills | /task-start, /task-continue, /task-complete | /project-start, /project-continue, /project-task-complete | none of its own — work on it is always a normal dept Task with project-type: ongoing |
How they relate: a finite Project is a bounded initiative that builds or upgrades something — often an Ongoing Project. Once it ships, it closes and archives; the thing it built keeps running as the Ongoing Project. A Task is the unit of work inside either a finite Project’s phase or an Ongoing Project’s maintenance stream.
Full detail below: Tasks → Layer 1: Tasks. Finite Projects → Layer 2: Projects. Ongoing Projects → Ongoing Projects (Third Construct), including the step-by-step workflow for handing work to a dept agent.
The Lifecycle
Section titled “The Lifecycle”Two separate lifecycles — Tasks and Projects — share the same principles but different structures.
Task Lifecycle
Section titled “Task Lifecycle”┌─────────────────────────────────────────────────────────┐│ HUMAN INITIATES: /task-start [filename] ││ ││ Quick task → add to Tasks/_tmp.md (personal scratch) ││ Substantive task → create Tasks/YYYY-MM-DD_Name.md ││ + add pointer in Tasks/_active.md │└──────────────────────┬──────────────────────────────────┘ │ ▼┌─────────────────────────────────────────────────────────┐│ AI SESSION ││ ││ 1. Read Tasks/_active.md (active task tracker) ││ 2. Read task file if named (current state) ││ 3. Execute work ││ 4. Append ## Claude Response to END of task file ││ • Summary (checkboxes for completed items) ││ • Next Steps for Talbot │└──────────────────────┬──────────────────────────────────┘ │ ▼┌─────────────────────────────────────────────────────────┐│ TALBOT RESPONDS ││ ││ Primary: numbered list items indented under each ││ Next Steps checkbox (Alt+0 toggles paragraph to list) ││ - [ ] Item A ││ 1. Talbot's response to A ││ Catch-all: free-form text in ## Talbot Response ││ ││ Next session: /task-continue [filename] │└──────────────────────┬──────────────────────────────────┘ │ ▼ [repeat until done] │ ▼┌─────────────────────────────────────────────────────────┐│ COMPLETION: /task-complete [filename] ││ ││ • AI suggests LESSONS.md candidates ││ • Purge to keep only what has reference value ││ • Option: log to 09_Logs, delete, or keep as reference ││ • Offer to commit ││ • Update Tasks/_active.md │└─────────────────────────────────────────────────────────┘Project Lifecycle
Section titled “Project Lifecycle”┌─────────────────────────────────────────────────────────┐│ HUMAN INITIATES ││ ││ /project-start [name] ││ → creates Projects/[name]/ROADMAP.md ││ → creates Projects/[name]/STATUS.md ││ → creates Projects/[name]/NEXT-STEPS.md ││ → creates Projects/[name]/LESSONS.md ││ → prompts: Simple or Complex? ││ Complex → creates phases/ subfolder ││ + optional SPEC.md, PLAN.md, DESIGN.md │└──────────────────────┬──────────────────────────────────┘ │ ▼┌─────────────────────────────────────────────────────────┐│ TALBOT RESPONDS ││ ││ Write direction in NEXT-STEPS.md ││ below the ## Talbot Response heading ││ ││ /project-continue [name] │└──────────────────────┬──────────────────────────────────┘ │ ▼┌─────────────────────────────────────────────────────────┐│ AI SESSION ││ ││ 1. Read STATUS.md (Current Phase block + blockers) ││ 2. Verify phase names match ROADMAP.md ││ 3. Read NEXT-STEPS.md (latest Talbot Response) ││ 4. Execute work ││ 5. On finish: ││ • Tick checkboxes in STATUS.md ││ • Append Claude Response to NEXT-STEPS.md ││ • Write YYYY-MM-DD_Description.md → logs/ ││ • Final message: WSL + Windows paths │└──────────────────────┬──────────────────────────────────┘ │ ▼ [repeat until done] │ ▼┌─────────────────────────────────────────────────────────┐│ PHASE BOUNDARY: /project-task-complete (REQUIRED) ││ ││ • Archives NEXT-STEPS.md → logs/ ││ • Resets NEXT-STEPS.md to phase-start template ││ • Moves phase folder → archive/ (Complex projects) ││ • Updates STATUS.md Current Phase block ││ • Reviews LESSONS.md for promotion candidates ││ ││ Simple project closure: ││ • Marks STATUS.md ✅ Complete ││ • Removes from Tasks/_active.md ││ • Archives to 09_Logs/Projects/[name]/ │└─────────────────────────────────────────────────────────┘Phase boundary rule: /project-task-complete is required at every phase end — not just end-of-session. Each phase completion archives NEXT-STEPS.md and resets it to the phase-start template so the next phase starts clean.
AI Session Efficiency
Section titled “AI Session Efficiency”The task file is a complete context capsule. Every task file is designed to contain everything an AI session needs to resume: background, current state, prior conversation history, and next steps. No prior session context is required.
Cross-session practice: When resuming a task in a new Claude Code session or after switching tasks, run /clear before /task-continue. This keeps token costs low and prevents irrelevant prior-session context from accumulating. The task file fully reconstructs context on a fresh session.
Mid-session: Do not /clear mid-task. In-flight state (tool outputs, debugging traces, code in progress) is not captured in the task file and will be lost.
| Scenario | Action |
|---|---|
| Resuming from prior day / new session | /clear → /task-continue [file] |
| Switching from an unrelated task | /clear → /task-continue [file] |
| Session context approaching 50%+ | /clear → /task-continue [file] |
| Mid-session iteration (same task) | Continue directly — no clear |
The /task-continue skill surfaces a relevance advisory when the session contains substantial unrelated content. Talbot decides whether to clear.
Task Routing (Dept-Based) — v5.2
Section titled “Task Routing (Dept-Based) — v5.2”SMTM is no longer vault-monolithic. The KB has a department-first structure, so a task is filed in the Tasks/ folder of whichever surface owns the work. Apply this single decision test:
“What is this task about?”
- Business-specific dept work →
<Biz>/<Dept>/Tasks/(owned by that dept’s director) — e.g.MBR/Mktg/Tasks/- Cross-business or vault/system work with a clear Core dept →
Core/<Dept>/Tasks/— e.g.Core/Processes/Tasks/,Core/IT/Tasks/,Core/AI/Tasks/- Vault-level, multi-dept, or no single owner →
Core/_WorkingOn/Tasks/(the quarterback’s desk)
ONE master tracker. Keep a single Core/_WorkingOn/Tasks/_active.md for the whole vault, grouped by dept — not per-dept _active.md files. Talbot is still the single quarterback; per-dept trackers are premature until agents run independent loops (YAGNI → Phase 2). The dept: frontmatter field (see Task Frontmatter Parameters) drives the grouping in the tracker and Dashboard.
Why one tracker: business-specific → <Biz>/<Dept>/Tasks/; cross-business system work with a clear Core dept → Core/<Dept>/Tasks/; vault-level/multi-dept → Core/_WorkingOn/Tasks/. The file moves to the owner; the tracker stays central.
Layer 1: Tasks
Section titled “Layer 1: Tasks”Where: Tasks/_tmp.md (personal scratch — AI never reads or writes) + Tasks/_active.md (AI-managed active tracker) + the owning surface’s Tasks/ folder (per Task Routing above — a dept Tasks/ folder or Core/_WorkingOn/Tasks/) for named task files needing a spec or feedback loop.
Tasks/_tmp.md — Personal Scratch + Quick AI Tasks
Section titled “Tasks/_tmp.md — Personal Scratch + Quick AI Tasks”Tasks/_tmp.md serves two purposes:
- Personal scratch pad — drafts, notes, quick ideas, anything Talbot wants to jot down
- Quick AI tasks — for lightweight tasks that don’t need a named file or log
AI access via /task-start _tmp.md: When _tmp.md is passed explicitly, /task-start runs in _tmp.md mode — finds unchecked tasks or instructions, executes them, appends results and a ## Claude Response section. No _active.md tracking, no /task-complete workflow needed.
Not suitable for: anything complex, high-risk, or requiring a feedback loop. Use a named task file for those.
Tasks/_active.md — Active Task Tracker (AI-Managed)
Section titled “Tasks/_active.md — Active Task Tracker (AI-Managed)”Tasks/_active.md is the single, vault-wide list of active named task files, maintained by the AI. There is exactly one (Core/_WorkingOn/Tasks/_active.md) — never per-dept copies. As of v5.2 it is grouped by department (## Processes, ## AI, ## IT, …) so the central tracker reflects dept-based routing while staying SSOT. AI reads this at session start to orient itself, and updates it when tasks are started or completed.
## Processes- SMTM-v5.2-Ongoing-Projects
## AI- ai-config-rules-upgrade
## Vault-level (_WorkingOn)- KB-OS-ArchitectureTasks/ — Individual Task Files
Section titled “Tasks/ — Individual Task Files”For anything needing a spec, feedback loop, or more than 30 minutes, create a named task file:
_WorkingOn/Tasks/├── _tmp.md ← personal scratch + quick AI tasks (/task-start _tmp.md)├── _active.md ← active task tracker (AI-managed)├── DASHBOARD.md ← Obsidian Bases view over task frontmatter (optional)├── SMTM-Upgrade.md ← active task (PascalCase, no date prefix)└── KB-Folder-Notes.md ← active taskWhen to create a task file: task > 30 min, needs a spec, or involves human↔AI back-and-forth.
When to use _tmp.md: quick personal notes, or lightweight AI tasks via /task-start _tmp.md.
File naming: PascalCase.md — no date prefix. Dates belong in the frontmatter date field and in log filenames, not task filenames.
Log: For completed tasks — optional. Keep only if it has future reference value.
Promote to Project when: task expands beyond one session, needs phases, or requires a persistent STATUS.md.
Creating a New Task File
Section titled “Creating a New Task File”Preferred method — Obsidian Templater (smart template):
In any Tasks/ folder in the vault, right-click → New File. Templater auto-applies the smart SMTM template and prompts:
- Task type — Standalone dept task / Ongoing repo-backed / Ongoing KB-native
- Focus — urgency (1_now → 5_someday)
- Task category — bug / feature / ops / research / planning / writing / review / brainstorm
- Risk — low / medium / high / critical
Dept is auto-detected from the folder path. Appropriate frontmatter and body structure fill automatically. Works for any Tasks/ folder in the vault — no per-folder Templater config needed.
Alternative — Command palette:
Templater: Open Insert Template Modal → select “SMTM Task — Smart” (adaptive) or “SMTM Task” (bare-bones).
Templates:
Core/Processes/Projects/KB-OS/Templates/SMTM Task — Smart.md— adaptive wizard (preferred; auto-triggered by Templater file regex.*/Tasks/.*)Core/Processes/Projects/KB-OS/Templates/SMTM Task.md— bare-bones fallback (available as hotkey)
The task file is a single file for the entire lifecycle. Nothing is deleted — the full Claude↔Talbot conversation history stays in the file. New sections are always appended to the END. After each Claude Response, Claude appends ## Talbot Response + --- so Talbot can write the reply directly.
Cycle: Claude appends → Talbot appends → Claude appends → … → /task-complete
Skills:
/task-prep [filename]— prepares a task with full context; setsstatus: ready; use before/task-startfor complex or delegated tasks/task-start [filename]— Claude reads task file, executes it, appends first Claude Response (first session only)/task-continue [filename]— Claude reads latest Talbot Response and appends new Claude Response/task-complete [filename]— closes the task: LESSONS.md candidates, purge, log/delete option, commit offer
Task Frontmatter Parameters
Section titled “Task Frontmatter Parameters”Every task file can include an optional YAML frontmatter block. Defaults apply when fields are omitted — add only what’s useful for the task.
---title: Task Namedate: YYYY-MM-DD # creation date (modified date from git/filesystem)dept: # owning department (Processes | AI | IT | Strategy | ...) — drives routing + tracker groupingproject-type: # ongoing | finite — set when the task belongs to a project (see Ongoing Projects)model: default # light | default | high | highestmodel-type: auto # auto | free | localtask-type: planning # code | research | brainstorm | planning | writing | review | opsrisk: low # low | medium | high | criticalstatus: # (blank) | ready | active | blocked | completerequires_approval: # true | false — true for A1 work (CONSTITUTION Approvals queue); A0 advisory is inherently gatedprerequisites: none # none | TaskName | Phase2/TaskNameassignee: claude # claude | cursor | talbot | tbd---Parameter Definitions
Section titled “Parameter Definitions”| Param | Values | Default | Meaning |
|---|---|---|---|
date | YYYY-MM-DD | creation date | Task creation date. Modified date is derivable from git — no separate field needed. |
dept | Processes / AI / IT / Strategy / Offerings / Mktg / Risks / … | — | Owning department. Drives Task Routing (which Tasks/ folder) and grouping in _active.md + Dashboard. Omit only for genuinely vault-level/no-owner tasks. |
project-type | ongoing / finite | — | Set when the task belongs to a project. ongoing = work on an evergreen Ongoing Project (repo/dept folder, never archived); finite = work on a phased Project in _WorkingOn/Projects/. See Ongoing Projects. |
model | light / default / high / highest | default | Maps to Haiku / Sonnet / Opus / Opus+thinking |
model-type | auto / free / local | auto | free = Gemini free tier; local = Ollama; auto = best available |
task-type | code / research / brainstorm / planning / writing / review / ops | — | Informs skill behavior (debug mode, research tools, risk gates) |
risk | low / medium / high / critical | low | Governs validation rigor and approval requirements |
status | (blank) / ready / active / blocked / complete | — | Task lifecycle state; powers Dashboard queries |
requires_approval | true / false | — | A1 gate. true = output must clear the CONSTITUTION Approvals queue before it lands. A0 advisory tasks are inherently approval-gated, so the field is optional there. |
prerequisites | none / TaskName / Phase2/TaskName | none | Tasks that must complete first. none implies independence. |
assignee | claude / cursor / talbot / tbd | claude | Who executes |
Status Lifecycle
Section titled “Status Lifecycle”(no status) — created, not yet prepped ready — /task-prep ran; context complete; waiting for /task-start or agent dispatch active — currently being executed (/task-start sets this) blocked — waiting on prerequisite or external dependency complete — done (/task-complete sets this)Risk Level Behavior
Section titled “Risk Level Behavior”| Risk | Behavior |
|---|---|
low | Execute autonomously |
medium | Extra validation; flag edge cases in Claude Response |
high | Talbot sign-off required before closing; /task-QA check (Phase 4) |
critical | Mandatory plan-first gate — no auto-execution. Applies to: code security, data privacy, financial, AI risk to core services |
Dashboard
Section titled “Dashboard”Tasks/DASHBOARD.md contains Obsidian Bases queries that use these frontmatter params to display active tasks, the ready queue, tasks by risk level, and blocked tasks. See the file for query templates.
Layer 2: Projects
Section titled “Layer 2: Projects”Document Responsibilities
Section titled “Document Responsibilities”Each document has one clear job. Never store content in the wrong place.
| Document | Single responsibility | SSoT for |
|---|---|---|
ROADMAP.md | Structure — phases + tasks (living TOC) | “What are we building and how is it structured?” |
STATUS.md | State — what’s done/not done | ”Where are we right now?” |
NEXT-STEPS.md | Communication — Claude/Talbot dialogue | ”What are we doing next?” |
LESSONS.md | Learning — decisions, patterns, significant pivots | ”What have we learned and decided?” |
UPGRADES.md | Ideas — discovered during dev, not yet committed | ”What could we improve or add later?” |
DASHBOARD.md | View — Obsidian presentation layer (optional) | (no data — renders STATUS + task frontmatter) |
Hard rules:
- STATUS.md contains only state. No decisions, no feedback, no instructions.
- NEXT-STEPS.md is the only communication channel. Talbot feedback goes here as a Talbot Response — not in STATUS.md.
- Key decisions belong in LESSONS.md (process) or DESIGN.md (technical, dev projects) — not STATUS.md.
- UPGRADES.md is a parking lot for ideas discovered during development. Ideas are not committed to phases until promoted to ROADMAP.md
## Future / Backlog. - ROADMAP.md and STATUS.md are always updated atomically — change one, the hook syncs the other.
Simple Project Structure
Section titled “Simple Project Structure”For most projects — fewer than ~10 tasks, single-phase or loosely phased:
_WorkingOn/Projects/[name]/├── ROADMAP.md ← project TOC: flat task list (Simple) or phase hierarchy (Complex)├── STATUS.md ← state-only: Current Phase block + phase checkboxes (AI reads first)├── NEXT-STEPS.md ← active Claude/Talbot conversation; phase-scoped, resets at phase boundary├── LESSONS.md ← process decisions, patterns, significant pivots├── UPGRADES.md ← ideas discovered during dev (not committed to phases)├── SPEC.md ← optional: what we're building (requirements, stays current)├── PLAN.md ← optional: how we'll build it (approach + phases, stays current)├── logs/ ← dated session logs (YYYY-MM-DD_Description.md)└── archive/ ← completed reference documents (moved here when no longer active)Cancelled phases: Move the phase folder directly to archive/ with a note in LESSONS.md explaining why it was cancelled.
Complex Project Structure
Section titled “Complex Project Structure”For multi-phase projects with substantial work per phase:
_WorkingOn/Projects/[name]/├── ROADMAP.md ← phase hierarchy with tasks per phase├── DASHBOARD.md ← optional: Obsidian view layer (no data — renders STATUS + task frontmatter)├── STATUS.md ← state-only: Current Phase block + phase checkboxes├── NEXT-STEPS.md ← phase-scoped conversation; resets at each phase boundary├── LESSONS.md ← process decisions, patterns, significant pivots├── UPGRADES.md ← ideas discovered during dev (not committed to phases)├── ARCHITECTURE.md ← dev projects only: system design + tech stack (stable reference)├── DESIGN.md ← dev projects only: evolving technical/architectural decisions├── SPEC.md ← optional├── PLAN.md ← optional├── phases/│ ├── Phase-1-[name]/│ │ ├── Task-1-[descrip].md ← task spec + delegation brief (run /task-prep to embed context)│ │ ├── Task-2-[descrip].md│ │ └── ...│ └── Phase-2-[name]/│ └── ...├── logs/ ← dated session logs└── archive/ ← completed phases + reference documentsKey principle: NEXT-STEPS.md and STATUS.md are always live. ROADMAP.md is the authoritative source for phase and task names — STATUS.md mirrors those names exactly. SPEC and PLAN are the current version — no date prefix. Logs are historical records — always dated.
NEXT-STEPS.md — The Conversation Container
The central document for all project-level Claude/Talbot dialogue. It is phase-scoped — at each phase boundary, /project-task-complete archives the current NEXT-STEPS.md to logs/ and resets it to the phase-start template. This keeps the conversation focused on the current phase.
- AI reads: latest Talbot Response → executes work → appends new Claude Response
- Talbot reads: latest Claude Response → Next Steps → writes Talbot Response
- Completed cycles are archived to
logs/; each phase starts fresh
# [Project Name] — Next Steps
> Entry point for both parties. Use /project-continue to pick up any session.
---
## Claude Response — YYYY-MM-DD### Summary- [x] What was done
### Next Steps for Talbot- [ ] Item 1 1. Talbot's inline response ← numbered list under the checkbox (primary method)- [ ] Item 2
## Talbot ResponseSee inline responses above. ← catch-all; leave blank or use for anything not fitting inline
---Larger projects: Use the Complex structure above. Add design documents (e.g., DESIGN.md, api-design.md) for topics that need dedicated iteration cycles — they follow the same Claude/Talbot response pattern.
Dev projects: Use Superpowers for brainstorm→plan→execute. Implementation plans live in PLAN.md. Technical decisions go in DESIGN.md (not LESSONS.md).
STATUS.md — State-Only Handoff File
Section titled “STATUS.md — State-Only Handoff File”Every project has a STATUS.md. AI reads it at session start; updates checkboxes and the Current Phase block at session end. STATUS.md is state-only — it does not hold feedback, key decisions, or notes.
- Feedback → goes in NEXT-STEPS.md as a Talbot Response
- Key decisions → go in LESSONS.md (process) or DESIGN.md (technical, dev projects)
# [Project Name] — Status
**Last Updated:** YYYY-MM-DD
## Current Phase**Phase:** 1 — [Phase Name]**Active tasks:** Task-1-[descrip], Task-2-[descrip] *(list all tasks currently in flight)***Last action:** [Brief description] (YYYY-MM-DD)**Next:** [Brief description of next task or decision]
---
## Phase 1: Foundation ✅- [x] Set up project structure- [x] Define data models
## Phase 2: Core Features 🟡 (Current)- [x] Authentication flow- [ ] Calculator logic- [ ] i18n integration
## Phase 3: Polish ⬜- [ ] Responsive design- [ ] Accessibility audit
## Phase 4: Deploy ⬜- [ ] Staging + production deploy- [ ] Final log + close
---
## Key Files[Most important files for this project]AI session workflow:
- Start: read
Tasks/_active.md→ readSTATUS.md(Current Phase block) → verify phase names match ROADMAP.md → read NEXT-STEPS.md - Work through unchecked items in current phase
- End: tick completed checkboxes, update Current Phase block, write log to
logs/
ROADMAP.md
Section titled “ROADMAP.md”ROADMAP.md is the project Table of Contents (ToC) — the authoritative source for phase and task names. STATUS.md mirrors these names exactly; only checkboxes are edited by humans or AI. A PostToolUse hook fires on every Edit/Write to ROADMAP.md and syncs descriptions to STATUS.md automatically (see ROADMAP ↔ STATUS Synchronization below).
ROADMAP.md is a living document — update it freely when plans change. Significant pivots should also be noted in LESSONS.md.
Simple Format
Section titled “Simple Format”# [Project Name] — Roadmap
**Summary:** One sentence — what this project delivers.**Description:** 2-3 sentences of context, motivation, and scope.**Type:** Simple
---
## Tasks- Task-1: [description]- Task-2: [description]- Task-3: [description]
## Future Upgrades- See [UPGRADES](/sdc/_workingon/projects/sd-app/upgrades/) for possible upgrade ideasComplex Format
Section titled “Complex Format”# [Project Name] — Roadmap
**Summary:** One sentence — what this project delivers when done.**Description:** 2-3 sentences of context, motivation, and scope.**Type:** Complex
---
## Phase 1 — Foundation- Task-1: [description]- Task-2: [description]
## Phase 2 — Core Features- Task-1: [description]- Task-2: [description]- Task-3: [description]
## Phase 3 — Deploy- Task-1: [description]- Task-2: [description]
## Future Upgrades- See [UPGRADES](/sdc/_workingon/projects/sd-app/upgrades/) for possible upgrade ideasNEXT-STEPS.md Phase-Start Template
Section titled “NEXT-STEPS.md Phase-Start Template”When /project-task-complete closes a phase, it archives the current NEXT-STEPS.md to logs/ and resets it to this template:
# [Project Name] — Next Steps
> Entry point for both parties. Use /project-continue to pick up any session.> **Current phase:** Phase [N] — [Phase Name] | Active tasks: [first task name]
---
## Claude Response — YYYY-MM-DD
### Phase [N] started- [x] [Previous phase archived to logs/]- [x] STATUS.md updated — Phase [N] now active
### Next Steps for Talbot- [ ] [First task or decision for this phase] 1. Talbot responds here with a numbered list item ← inline under the checkbox
## Talbot ResponseSee inline responses above. ← or blank; catch-all only
---Task File (Project Tasks)
Section titled “Task File (Project Tasks)”A project task file (Task-N-[descrip].md) is the spec AND the delegation brief for any unit of work in a Complex project phase. It lives in the phase folder and serves as the single file for the task’s full lifecycle.
- Filename:
Task-N-[descrip].md— N matches the task number in ROADMAP.md - Frontmatter: includes
assignee,prerequisites,risk,status, and other params (see Task Frontmatter Parameters above) - Context section: added by
/task-prep— embeds resolved file paths, KB excerpts, constraints, and model recommendation - Agent used field: filled in on completion — tracks which model/tool executed the task
- Agent Response section: summary appended by the executing agent on completion
Run /task-prep [Task-N-descrip.md] to prepare a project task for delegation. This sets status: ready and embeds all required context. No separate brief file needed.
Note:
Task-Brief-N-[descrip].md(the old separate delegation file) is retired as of SMTM v5.0.Task-N-[descrip].mdis the single file type — it becomes the brief once prepped.
---title: Task N — [description]date: YYYY-MM-DDtask-type: coderisk: lowstatus: readyprerequisites: noneassignee: cursor---
# Task [N]: [description]
**Project:** [name]**Phase:** [N] — [phase name]**Agent used:** [filled in on completion — e.g., claude-sonnet-4-6 via Cursor]
---
## Spec[What needs to be built or done. Success criteria.]
## Reference Files- `path/to/file` — why this file matters
## Hard Rules- [Rule 1]
## Deliverables[Exact outputs: files created/modified, tests that must pass, etc.]
## Completion Signal[How we know it's done — test output, build success, file exists, etc.]
---
## Context (Auto-Prepared) — YYYY-MM-DD[Added by /task-prep — resolved paths, KB context, constraints, model recommendation]
---
## Agent Response[Agent appends summary here on completion — model used, what was done, issues found.]Ongoing Projects (Third Construct) — v5.2
Section titled “Ongoing Projects (Third Construct) — v5.2”SMTM has two completion-bound lifecycles — Tasks (single unit) and Projects (phases → archive). Some efforts never complete: the KB itself, tooling, services (KB-OS, ai-config, monorepo, web-deploy, my_backup). Forcing them into the phase-based Project lifecycle is not appropriate or efficient for ongoing maintenance and upgrades.
Definition: an Ongoing Project is an evergreen, maintained effort with no end state — never “complete”, never archived. Distinct from:
- a finite Project — phases that archive on completion; lives in
_WorkingOn/Projects/. - a Task — a single unit of work.
SSOT by type
Section titled “SSOT by type”An Ongoing Project’s source of truth lives at its primary work surface, exactly once — never duplicated:
| Type | SSOT home | KB visibility |
|---|---|---|
| Code (repo exists) | the repo — AGENTS.md (SSOT context), STATUS.md, CHANGELOG.md, LESSONS.md, ROADMAP.md, UPGRADES.md, README.md (+ thin CLAUDE.md/GEMINI.md wrappers as used — ai-config carries GEMINI.md; its CLAUDE.md is the global ~/.claude/CLAUDE.md) | one portal note at Core/<Dept>/Projects/<name>.md, bidirectionally linked with the repo README.md |
| KB-native (no repo, e.g. KB-OS) | the dept Projects/ folder (e.g. Core/Processes/Projects/KB-OS/) — STATUS.md + ROADMAP.md + UPGRADES.md + LESSONS.md | the folder note (DASHBOARD.md) is the portal |
ROADMAP.md (long-term plan) and UPGRADES.md (future-ideas parking lot) live at the primary surface exactly once — in the repo for code projects, in the KB dept folder for KB-native ones. Never both. The portal note always points to wherever they live (CONSTITUTION SSOT #5).
Hard rules
Section titled “Hard rules”- Ongoing Projects are NOT in
_WorkingOn/Projects/— that folder is finite-only. (This retires the monorepo dual-tree.) - A unit of work on an Ongoing Project = a normal SMTM Task, routed to the owning dept’s
Tasks/(per Task Routing), withproject-type: ongoingand a pointer to the repo/folder for context. The task closes; the Ongoing Project lives on. - Quick maintenance → handled in-repo or via
_tmp.md. No ceremony. - Session logs → the owning dept’s
Logs/folder.
The flow (Talbot’s monorepo vision, realized)
Section titled “The flow (Talbot’s monorepo vision, realized)”Talbot names the work → task created in
<dept>/Tasks/withdept:+project-type: ongoing+ a pointer to the repo’sAGENTS.md(context already exists there) → agent executes → updates repoCHANGELOG.md/STATUS.md+ writes a log to the deptLogs/→ reports back via the task’s## Claude Response.
Minimal structure, full context, clean handoff.
Registry
Section titled “Registry”One lightweight index answers “what Ongoing Projects exist, who owns them, where do they live?” — Core/Processes/Projects/KB-OS/Ongoing-Projects.md. It lists each Ongoing Project with owner dept, type, SSOT home, and portal-note link. Add a row when a new Ongoing Project is stood up (use /setup-ongoing-project).
Worked examples (the pilots): KB-OS (KB-native) lives in
Core/Processes/Projects/KB-OS/withSTATUS.md/ROADMAP.md/UPGRADES.md; its folder noteDASHBOARD.mdis the portal. ai-config (repo) lives in~/ai-config/with the full repo set;Core/AI/Projects/ai-config.mdis the portal. Both prove the model in practice.
Handing a Task to a Dept Agent — The Realized Workflow
Section titled “Handing a Task to a Dept Agent — The Realized Workflow”This is the concrete mechanism behind Talbot’s monorepo vision: name the department and the work, dispatch it, get a report back — never touch the code directly.
Step-by-step
Section titled “Step-by-step”-
Find the owner — check the Ongoing Projects registry (
Core/Processes/Projects/KB-OS/Ongoing-Projects.md). Example: monorepo PWA issue → owner is IT. -
Create a task file. Where it goes depends on the project’s type (2026-07-07):
- Repo-backed (monorepo, ai-config, web-deploy, my_backup) →
Core/<Dept>/Tasks/<task-name>.md(dept-wide, flat) — the project’s real context lives in its repo, not the KB, so the task just points at it. - KB-native (KB-OS) →
Core/<Dept>/Projects/<project-name>/Tasks/<task-name>.md(self-contained inside the project folder) — sits next toSTATUS.md/ROADMAP.mdfor direct context walk-up.
Create the
Tasks/folder if it doesn’t exist yet. Use the standard SMTM task template. Key frontmatter:---status: readytask-type: feature | bug | research | opsrisk: low | medium | highfocus: 1_now | 2_today | 3_thisWeekproject: <ongoing-project-name> # e.g. monorepoproject-type: ongoing--- - Repo-backed (monorepo, ai-config, web-deploy, my_backup) →
-
Describe the work in plain language — what the problem is, what done looks like, any constraints. The agent reads
AGENTS.md/README.mdfrom the Ongoing Project’s SSOT for full context; you don’t need to repeat it. -
Dispatch — in a Claude Code session:
/task-start <task-name>The agent executes autonomously, tests the change, and reports back with results and evidence.
-
Review and close — if the report looks good,
/task-complete <task-name>. If more work is needed, reply in the task file and re-dispatch.
Worked example — monorepo PWA focus pages
Section titled “Worked example — monorepo PWA focus pages”“There’s still an issue with the monorepo deploying the focus pages as a PWA.”
Create Core/IT/Tasks/monorepo-pwa-focus-pages.md:
---status: readytask-type: bugrisk: mediumfocus: 2_todayproject: monorepoproject-type: ongoing---
# monorepo — Fix PWA deployment for Focus pages
## ProblemFocus pages are not deploying correctly as a PWA in the monorepo. [Describe the symptom — what you see, what you expected.]
## Done when- Focus pages load as a PWA (installable, offline-capable)- Passes Lighthouse PWA audit- Deployed to staging/prod and verified
## ContextSSOT: `~/projects/monorepo/` — see AGENTS.md for full project context.Portal: [Monorepo](/core/it/projects/monorepo/)Then: /task-start monorepo-pwa-focus-pages — the IT dept agent takes it from there.
Worked example — KB-native project (self-contained)
Section titled “Worked example — KB-native project (self-contained)”“I want to fix a broken wikilink in the KB-OS docs.”
Create Core/Processes/Projects/KB-OS/Tasks/kb-os-wikilink-fix.md (inside the project folder, not Core/Processes/Tasks/):
---status: readytask-type: bugrisk: lowfocus: 3_thisWeekproject: KB-OSproject-type: ongoing---
# KB-OS — Fix broken wikilink
## Problem[Describe the symptom.]
## ContextThis task lives inside the KB-OS project folder itself — sibling files(`STATUS.md`, `ROADMAP.md`, `LESSONS.md`) are immediate context; no separateportal pointer needed since the project *is* the folder.Then: /task-start kb-os-wikilink-fix from anywhere — /task-start searches every Tasks/ folder in the vault, including ones nested under Projects/<name>/.
- One task per unit of work. Don’t batch unrelated changes into one task.
- Dept determines context. The agent reads the project’s
AGENTS.mdautomatically — trust the SSOT, don’t re-describe the whole codebase. - Agent tests before reporting. A task is not done until the agent has verified end-to-end. “It should work” is not a result.
- Task closes; project continues. When the task is complete it’s archived. The Ongoing Project entry in the registry never closes.
Sub-projects within Mega Ongoing Projects
Section titled “Sub-projects within Mega Ongoing Projects”When an Ongoing Project grows to host multiple distinct sub-projects — each with its own backlog, deployment target, and independent lifecycle — it becomes a mega project. The Ongoing Project stays registered as one unit; sub-projects are its internal structure, not top-level registry entries.
Threshold test — a folder earns sub-project status when all three apply:
- Has (or imminently will have) an independent backlog (2+ distinct work items)
- Has its own deployment target (separate URL or artifact)
- Is actively developed or concretely planned for active development
Foundation/shared folders (e.g. sites/template/ in the monorepo) don’t qualify — they’re maintained in-service of other sub-projects, not independently.
SSOT pattern:
- Each qualifying sub-project folder →
STATUS.md(state + backlog for that sub-project only; no repo-wide history) - Root
STATUS.md→ index table (one-liner per sub-project with state summary + link toSTATUS.md) - KB portal → “Sub-projects” table mirroring the index (link to rolling task note)
- Sub-STATUS cell format: path when created;
_(pending — create on next <site> thread)_when not yet started;—for foundation-only folders
Task convention:
- Tasks stay in the owning dept’s flat
Tasks/(repo-backed rule — unchanged) - Naming:
<project>-<subproject>-<descriptor>.md(e.g.monorepo-tscom-rebuild) - One rolling thread note per active sub-project thread — the same note accumulates rounds until a clean milestone
- Archive trigger: close with
/task-completewhen the sub-project reaches stable state with no imminent work; start a fresh thread note when the next phase begins. Mid-thread pivot is OK — start a new note without forcing closure on the old one.
Optional frontmatter:
subproject: ts # add when task is scoped to a specific sub-project; enables query groupingOmit for tasks that apply to the parent project overall. See SMTM Task — Smart.md template.
Pilot: monorepo (IT dept) — ts.com sub-project, 2026-07-10.
Layer 3: Logs
Section titled “Layer 3: Logs”Logs are permanent — the record of what happened.
Naming
Section titled “Naming”YYYY-MM-DD_Description.mdNo TYPE prefix on completed logs. PLAN and ACTIVE files keep their prefix because they are process states. Completed logs are just date + description.
Examples:
2026-03-10_KB-Structure-Upgrade.md2026-03-09_i18n-Paraglide-shadcn-Foundation.md
Log File Template
Section titled “Log File Template”# [Short Title]
**Date:** YYYY-MM-DD**Project/Task:** [name]**Status:** ✅ Complete
---
## Summary[2-3 sentences]
## Done- Item 1- Item 2
## Changes- file1 — what changed- file2 — what changed
## Results / Metrics[test results, build output, etc.]
## Next Steps- [ ] Suggested next step 1- [ ] Suggested next step 2
## Feedback<!-- Human fills in after review -->Log Storage
Section titled “Log Storage”| Log type | Where it lives |
|---|---|
| Active project logs | _WorkingOn/Projects/[name]/logs/ |
| Archived project logs | 09_Logs/Projects/[name]/ (at project closure) |
| System/config logs | 09_Logs/System/ |
| Architecture decisions | 09_Logs/Decisions/ |
| Business snapshots | 09_Logs/Snapshots/ |
Communication Standard (Hard Rule for All AI Sessions)
Section titled “Communication Standard (Hard Rule for All AI Sessions)”When Claude Code creates any file (plan, log, STATUS.md, etc.), the closing message must include both paths:
📄 File written: WSL: /mnt/d/FSS/KB/Core/_WorkingOn/Projects/monorepo/complete/2026-03-10_Description.md Windows: D:\FSS\KB\Core\_WorkingOn\Projects\monorepo\complete\2026-03-10_Description.mdClaude Code plans (generated in ~/.claude/plans/) should also be copied to the KB so they’re visible in Obsidian:
- Copy to:
D:\FSS\KB\Core\_WorkingOn\Plans\YYYY-MM-DD_PLAN_Description.md
File Naming Quick Reference
Section titled “File Naming Quick Reference”| File | Prefix | Location |
|---|---|---|
| Completed log | (none) | logs/ or complete/ |
| Implementation plan | PLAN_ | plans/ |
| Work in progress | ACTIVE_ | active/ |
| Session handoff | STATUS.md | project root |
| Active task tracker | _active.md | Tasks/ |
| Personal scratch | _tmp.md | Tasks/ |
| Task Brief | Task-Brief-N-[descrip].md | phase folder or project root |
Superpowers Decision Gate
Section titled “Superpowers Decision Gate”Use Superpowers when ≥2 of these are true:
- Architecture is unclear and needs structured refinement before coding
- TDD enforcement matters (you tend to skip tests when moving fast)
- Project will span multiple days
- Multiple components interact in non-obvious ways
Otherwise: go direct with PLAN + STATUS.md.
Dev Projects Workflow
Section titled “Dev Projects Workflow”1. /superpowers:brainstorm → clarify app spec, edge cases, API design2. /superpowers:write-plan → generates TASKS.md with TDD-style spec3. Review TASKS.md → adjust, approve4. /superpowers:execute-plan → builds with test-first approach5. Session ends → update STATUS.md, write log to logs/The generated TASKS.md lives in Projects/[name]/plans/YYYY-MM-DD_PLAN_Superpowers-Spec.md
Non-Dev Projects (Writing, Research)
Section titled “Non-Dev Projects (Writing, Research)”The same lifecycle applies. “Tasks” become chapter/section checkboxes in STATUS.md:
## Part 1: The Debt Myth ⬜- [ ] Draft intro section- [ ] Add case studies- [ ] Edit + proofreadUseful Skills
Section titled “Useful Skills”| Skill | What it does |
|---|---|
/task-prep [file] | Prepares a task with full context; sets status: ready; use before /task-start for complex or delegated tasks |
/task-start [file] | Executes a new task file, appends first Claude Response (first session only); reads frontmatter params |
/task-continue [file] | Reads latest Talbot Response in task file, appends new Claude Response; warns if context is stale (>7 days) |
/task-complete [file] | Closes a task: LESSONS.md candidates, purge, log/delete, commit offer; sets status: complete |
/project-start [name] | Creates ROADMAP.md + STATUS.md + NEXT-STEPS.md + LESSONS.md; prompts Simple or Complex; creates phases/ if Complex |
/project-continue [name] | Reads Current Phase block first; verifies phase names match ROADMAP.md (flags mismatch); then reads NEXT-STEPS.md tail |
/project-task-complete | Required at every phase boundary; archives NEXT-STEPS.md to logs/; resets to phase-start template; moves phase folder to archive/; updates STATUS.md; reviews LESSONS.md for promotion candidates; for simple project closure: marks ✅, removes from _active.md |
/write-task-brief | Deprecated — use /task-prep instead |
/test-all | Full test suite at session end |
Tasks/_tmp.md vs Tasks/_active.md
Section titled “Tasks/_tmp.md vs Tasks/_active.md”Two files serve completely different purposes — never confuse them:
| File | Owner | Purpose | AI access |
|---|---|---|---|
_tmp.md | Human | Personal scratch + quick AI tasks | Reads/writes only via /task-start _tmp.md; never accessed otherwise |
_active.md | AI | Active task tracker — list of open task files | Reads at session start; updates on task start/complete |
Why the split? _active.md gives Claude a clean, predictable tracking file. _tmp.md is primarily human-owned space — Claude only touches it when explicitly invoked via /task-start _tmp.md.
LESSONS.md — Self-Improving System
Section titled “LESSONS.md — Self-Improving System”Every project has a LESSONS.md. Captures insights that prevent wasted effort in future sessions. For dev projects, technical decisions go in DESIGN.md — LESSONS.md captures process decisions, workflow insights, and pivots.
# Lessons — [Project Name]
## Lessons- **[Context]:** [What went wrong or surprisingly well] → [What to do differently]- **[Context]:** [Pattern discovered] → [How to apply it]
## Escalation Candidates<!-- Mark with [→ global CLAUDE.md] or [→ project CLAUDE.md] -->- [ ] [Lesson] → [→ global CLAUDE.md]When to update LESSONS.md:
- When something takes significantly longer than expected — capture why
- When a pattern emerges across multiple tasks — write it down
- At the end of each session (before closing)
- During project cleanup (before archiving) — review for CLAUDE.md/AGENTS.md promotion candidates
Escalation workflow:
- AI marks a lesson with
[→ global CLAUDE.md]or[→ project CLAUDE.md] - Human reviews and approves during next session
- AI adds the approved lesson to the appropriate CLAUDE.md
- Lesson is cleared from LESSONS.md
UPGRADES.md — Ideas Parking Lot
Section titled “UPGRADES.md — Ideas Parking Lot”Every project has a UPGRADES.md. It captures ideas discovered during development or after the project is complete, that are interesting and might be implemented later.
# [Project Name] — Upgrades
> Ideas to consider for future upgrades> Should maintain in order of most important first
---
## Ideas- [idea discovered during work]- [potential improvement spotted]Linking in Core Project Doc
Section titled “Linking in Core Project Doc”Add a ## Future Upgrades section at the bottom of ROADMAP.md. This is the standard location for all projects — Simple and Complex. For dev projects with a repo README.md, also add a brief link there.
## Future Upgrades- See [UPGRADES](/sdc/_workingon/projects/sd-app/upgrades/) for possible upgrade ideasDASHBOARD.md (Optional — Obsidian only)
Section titled “DASHBOARD.md (Optional — Obsidian only)”Not a data source — a view layer over STATUS.md and task brief frontmatter. Only useful in Obsidian with Dataview or Bases. Markdown-only users ignore it.
Task brief frontmatter (Status, Assignee, Phase, Independent) is Obsidian-queryable:
TABLE status, assignee, phase FROM "Projects/[name]/phases"WHERE contains(file.name, "Task-Brief-")SORT phase, file.nameOr with Obsidian Bases (newer, no plugin required):
filters: - property: status condition: is not value: completegroupBy: phaseproperties: [status, assignee, independent]Dev Project Extras
Section titled “Dev Project Extras”For software/app development projects, two additional documents capture technical context:
| File | Purpose |
|---|---|
ARCHITECTURE.md | System design, tech stack, component boundaries — stable reference |
DESIGN.md | Evolving technical/architectural decisions (replaces DESIGN-Decisions.md) |
Responsibility split:
DESIGN.mdcaptures technical decisions about the product (what to build and how)LESSONS.mdcaptures process decisions and what to do differently (how we work)- They do not overlap
Relationship to CLAUDE.md: ARCHITECTURE.md and DESIGN.md are the human-readable planning layer. At implementation start, their confirmed decisions and hard rules are distilled into the repo’s CLAUDE.md. CLAUDE.md is updated from them — never independently.
ROADMAP ↔ STATUS Synchronization
Section titled “ROADMAP ↔ STATUS Synchronization”ROADMAP.md is the authoritative source for phase and task names. STATUS.md mirrors those names exactly — only checkboxes are edited by humans or AI directly.
How sync works:
- A Claude Code PostToolUse hook fires on every Edit/Write to ROADMAP.md
- The hook reads the updated ROADMAP.md and syncs phase/task descriptions to STATUS.md automatically
- Checkboxes in STATUS.md are never touched by the hook — only descriptions are updated
- Skills do NOT enforce this sync — the hook handles it unconditionally
/project-continueverifies sync at session start as a sanity check; flags any mismatch for review
What this means in practice:
- Edit ROADMAP.md freely — rename phases, reorder tasks, add/remove items
- STATUS.md descriptions update automatically; human-managed checkboxes are preserved
- If the hook hasn’t run (e.g., manual edits outside Claude Code),
/project-continuewill flag the drift
Ralph Loop (Overnight Autonomous Work)
Section titled “Ralph Loop (Overnight Autonomous Work)”Use when:
- Well-defined TASKS.md exists with clear success criteria
- Batch operations that don’t need interactive decisions
- You want to wake up to completed work
claude -p "Read TASKS.md and complete all items" \ --allowedTools "Edit,Read,Bash,Write,Glob,Grep" \ --max-iterations 50Project Archival
Section titled “Project Archival”When a project is complete or in maintenance mode, move it out of _WorkingOn/Projects/ to its permanent KB home. Only active, in-progress projects stay in _WorkingOn/.
Permanent Homes by Project Type
Section titled “Permanent Homes by Project Type”| Type | Permanent Location | Examples |
|---|---|---|
| Production apps (SD App, sites) | 06_Intellectual Property/Software/Apps/<name>/ | SD App, sdc.com |
| Reusable packages / libraries | 06_Intellectual Property/Software/Packages/<name>/ | asset-history, sd-math |
| Workflow automation scripts | 03_Processes/System Utils/<name>/ | backup scripts, deploy tools |
When to Archive
Section titled “When to Archive”Archive when the project:
- Has no open tasks in STATUS.md
- Enters “maintenance mode” (cron updates, dependency bumps, minor fixes only)
- Has been signed off by Talbot
How to Archive
Section titled “How to Archive”- Confirm STATUS.md shows all phases ✅ complete
- Move
_WorkingOn/Projects/<name>/→ permanent home (see table above) - Add a
## Maintenanceblock at the top of STATUS.md:## Maintenance Mode**Archived:** YYYY-MM-DD**Location:** D:\FSS\KB\Business\06_Intellectual Property\Software\...\<name>**Next action:** [brief description of what would trigger reactivation] - Remove from
Tasks/_active.mdif listed there - Update any cross-references that pointed to the old
_WorkingOn/path
Reactivation
Section titled “Reactivation”When a maintained project needs active work again:
- Move back to
_WorkingOn/Projects/<name>/ - Remove the
## Maintenanceblock from STATUS.md - Add back to
Tasks/_active.md - Start with
/project-continue <name>
🔗 Related Areas
Section titled “🔗 Related Areas”- _WorkingOn Quick Reference
- AI Dev Workflow
- AI Tools
- Folder Notes Guide
Version: 5.4 — Updated 2026-07-08 Replaces: SMTM_System.md v5.1 (2026-06-13)
Multi-KB Skill Synchronization
Section titled “Multi-KB Skill Synchronization”Claude skills (~/.claude/commands/) are global — they apply to all vaults automatically. Updating a skill in one session updates it for both Business KB and MBR KB. No sync script needed.
sync-vaults.sh(at_shared/sync-vaults.sh) handles Obsidian plugin config only- SMTM_System.md lives in the Business vault; MBR’s CLAUDE.md points here as the authoritative reference
- When onboarding a new KB vault, add a
.claude/CLAUDE.mdthat references this file
v5.4 Changes (2026-07-08)
Section titled “v5.4 Changes (2026-07-08)”- Smart adaptive task template — new
SMTM Task — Smart.mdreplaces the staticSMTM Task.mdas the auto-triggered Templater template. A wizard (tp.system.suggester) asks task type (Standalone / Ongoing repo-backed / Ongoing KB-native), focus, category, and risk; dept is auto-detected from the folder path. Outputs type-appropriate frontmatter and body structure in one step. - Templater regex trigger — switched from 6 per-folder mappings to a single file regex (
.*/Tasks/.*) that auto-covers any current or futureTasks/folder in the vault. No manual Templater config needed when adding new dept folders. - SMTM_System.md “Creating a New Task File” section updated to describe the wizard workflow and document both templates.
v5.3 Changes (2026-07-07)
Section titled “v5.3 Changes (2026-07-07)”- Three Constructs overview added near the top — a Task/Project/Ongoing-Project comparison table now sits right after Summary/Description, before the Lifecycle diagrams. Previously the Ongoing Project construct wasn’t introduced until ~600 lines in, despite being one of three first-class constructs. Feedback: Talbot flagged this discoverability gap after closing
ai-config-rules-upgrade. - “Handing a Task to a Dept Agent” workflow moved into SMTM_System.md — the full step-by-step (find owner → create task → describe work → dispatch → review/close) plus the worked monorepo-PWA example now lives in the Ongoing Projects section of this doc, the canonical guide. It previously lived only in
Core/Processes/Projects/KB-OS/Ongoing-Projects.md, which is meant to be a pure registry — that file now points back here instead of duplicating process content (SSOT fix, not just a relocation). - Additive/reorganizing only — no lifecycle or frontmatter changes.
v5.2 Changes (2026-06-25)
Section titled “v5.2 Changes (2026-06-25)”- Ongoing Project — third construct — evergreen, maintained efforts with no end state (KB-OS, ai-config, monorepo, web-deploy, my_backup) are now a first-class SMTM construct, distinct from finite Projects and Tasks. SSOT-by-type (repo vs KB dept folder); never in
_WorkingOn/Projects/; a unit of work on one = a normal dept-routed task. Live registry:Core/Processes/Projects/KB-OS/Ongoing-Projects.md. Pilots: KB-OS (KB-native) + ai-config (repo). - Dept-based task routing — codified — single decision test for which
Tasks/folder a task belongs in: business-specific →<Biz>/<Dept>/Tasks/; cross-business/system with a clear Core dept →Core/<Dept>/Tasks/; vault-level/multi-dept →Core/_WorkingOn/Tasks/. ONE master tracker (Core/_WorkingOn/Tasks/_active.md), now grouped by dept. - Frontmatter additions —
dept:(owning department; drives routing + tracker/Dashboard grouping),project-type: ongoing|finite(which construct the task serves),requires_approval: true|false(A1 Approvals-queue gate per CONSTITUTION). _active.md— single vault-wide tracker, grouped by department.- Additive only — existing v5.1 Task and Project lifecycles are unchanged.
v5.0 Changes (2026-04-12)
Section titled “v5.0 Changes (2026-04-12)”- Task frontmatter parameters — every task file can now carry self-describing metadata:
date,model,model-type,task-type,risk,status,prerequisites,assignee - Status lifecycle — new
readystatus set by/task-prep; full flow: (blank) → ready → active → blocked → complete - New
/task-prepskill — hydrates any task with full context before execution; stops and asks for clarification if objectives are ambiguous; both interactive and file-based clarification Task-Brief-N-[descrip].mdretired — replaced byTask-N-[descrip].md(a single file that becomes the brief once prepped by/task-prep)/write-task-briefdeprecated — use/task-prepinstead_tmp.mdrule change — AI can read/write via/task-start _tmp.md; no longer fully AI-off-limits- File naming convention — task files use
PascalCase.md(no date prefix); dates belong in frontmatter and log filenames - Tasks/_DASHBOARD.md — new Obsidian Bases view over task frontmatter; shows active queue, ready tasks, risk groupings, blocked tasks
- Skills updated —
/task-startreads frontmatter params, checks risk gate, setsstatus: active;/task-continuewarns on stale context;/task-completesetsstatus: complete - Tasks-Template.md updated — frontmatter schema included; Claude/Talbot response terminology (replaces AI/Human)
- Future:
/task-QAskill — automated QA gate before task close (Phase 4, pending dog-fooding)
v4.1 Changes (2026-03-31)
Section titled “v4.1 Changes (2026-03-31)”- Talbot Response format: inline numbered list items under Next Steps checkboxes (primary);
## Talbot Responsesection is catch-all only task-continueandproject-continuenow read from## Claude Response(not## Talbot Response) to capture inline responses- Multi-KB skill sync documented: global
~/.claude/commands/applies to all vaults automatically
v4.0 Changes (2026-03-24)
Section titled “v4.0 Changes (2026-03-24)”- Added ROADMAP.md as project TOC (living document, two formats: Simple/Complex)
- Two-tier project structure: Simple (<~10 tasks) and Complex (multi-phase with phases/ folder)
- STATUS.md is now state-only: added “Current Phase” block; removed Key Decisions, Feedback, Notes/Blockers
- NEXT-STEPS.md is phase-scoped: resets to template at every phase boundary via project-task-complete
- project-task-complete is required at every phase boundary (not just end-of-session)
- LESSONS.md review added to all project closures: identify CLAUDE.md/AGENTS.md promotion candidates
- Task Brief format added (Task-Brief-N-[descrip].md with Agent used field for model tracking)
- New /write-task-brief skill for external agent task brief creation
- ROADMAP sync hook: PostToolUse on ROADMAP.md updates STATUS.md descriptions automatically
- Added UPGRADES.md: ideas parking lot for discovered-but-uncommitted improvements
- Added _DASHBOARD.md: optional Obsidian view layer (Dataview/Bases) over STATUS + task frontmatter
- Added Dev Project Extras section: ARCHITECTURE.md + DESIGN.md responsibilities documented
- Added Document Responsibilities table (single-responsibility per artifact)
- Design spec (SMTM-v4-design.md) folded into this document and archived
- Feedback moved from STATUS.md to NEXT-STEPS.md (Talbot Response)
- Key Decisions moved from STATUS.md to LESSONS.md (process) or DESIGN.md (technical, dev projects)
- LESSONS.md now captures process decisions and pivots (dev projects: DESIGN.md for technical decisions)
- _active.md retained unchanged (cross-project task tracker, read at session start)
v3.4 Changes
Section titled “v3.4 Changes”- Added
NEXT-STEPS.mdas the standard project conversation container (replaces ad-hoc task files for project-level dialogue) - Added
archive/subfolder to project structure for completed reference documents - Added
/project-continueskill — mirrors/task-continueat the project level - Updated
/project-startto create NEXT-STEPS.md and archive/ by default - Updated Project Lifecycle diagram to show NEXT-STEPS.md-driven cycle
- Removed TASKS.md from required project files (use PLAN.md + task files instead)