fix: replace broken markdown link refs in skills (#392)

This commit is contained in:
Trevin Chow
2026-03-26 11:57:19 -07:00
committed by GitHub
parent daddb7d72f
commit 506ad01b4f
10 changed files with 150 additions and 94 deletions

View File

@@ -34,7 +34,7 @@ The `.context/compound-engineering/todos/` directory is a file-based tracking sy
## File Structure
Each todo has YAML frontmatter and structured sections. Use the template at [todo-template.md](./assets/todo-template.md) when creating new todos.
Each todo has YAML frontmatter and structured sections. Use the todo template included below when creating new todos.
```yaml
---
@@ -58,7 +58,7 @@ dependencies: ["001"] # Issue IDs this is blocked by
1. `mkdir -p .context/compound-engineering/todos/`
2. Search both paths for `[0-9]*-*.md`, find the highest numeric prefix, increment, zero-pad to 3 digits.
3. Read [todo-template.md](./assets/todo-template.md), write to canonical path as `{NEXT_ID}-pending-{priority}-{description}.md`.
3. Use the todo template included below, write to canonical path as `{NEXT_ID}-pending-{priority}-{description}.md`.
4. Fill Problem Statement, Findings, Proposed Solutions, Acceptance Criteria, and initial Work Log entry.
5. Set status: `pending` (needs triage) or `ready` (pre-approved).
@@ -101,3 +101,9 @@ To check blockers: search for `{dep_id}-complete-*.md` in both paths. Missing ma
## Key Distinction
This skill manages **durable, cross-session work items** persisted as markdown files. For temporary in-session step tracking, use platform task tools (`TaskCreate`/`TaskUpdate` in Claude Code, `update_plan` in Codex) instead.
---
## Todo Template
@./assets/todo-template.md