skills/process/SKILL.md
--- tldr: Work through a structured document point by point, resolving each item category: planning --- # /eidos:process Work through a structured document (coherence report, drift analysis, or any file with numbered findings) item by item — reading context, asking questions, making changes, and updating the source document with resolutions. Like `/eidos:plan-continue` but for any document with actionable items, not just plans. ## Usage ``` /eidos:process [file path or wiki link] ``` ## In
npx skillsauth add agenticnotetaking/eidos skills/processInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Work through a structured document (coherence report, drift analysis, or any file with numbered findings) item by item — reading context, asking questions, making changes, and updating the source document with resolutions.
Like /eidos:plan-continue but for any document with actionable items, not just plans.
/eidos:process [file path or wiki link]
Read the target file.
If no file is given, search memory/ for recent unresolved documents (coherence, drift, review, etc.) and present options.
Scan for numbered items, sections with Fix: markers, or any structured findings that need resolution. Present an overview:
Processing: [[coherence - 2602140242 - spec graph contradictions]]
Items:
1 - Config file path contradiction (Contradictions §1)
2 - Claim file naming prefix (Contradictions §2)
3 - Progressive disclosure vs session context (Contradictions §3)
4 - Main spec missing 4 skills (Missing Cross-References §4)
...
11 total items. Start from the beginning?
The user may choose to start at a specific item or skip items.
For each item:
After resolving an item, update it in place in the source file. Never delete or rewrite original content — resolution is always additive.
Append a **Resolved:** note below the original finding:
### 1 - Config file path: `eidos/.config` vs `.eidos-config`
...original finding preserved as-is...
**Resolved:** Updated two references in main spec. `abc1234`
/eidos:refine)Refinement files have a specific structure: lettered sections with status: open, feedback slots (- [ ]), and structured fields (Comment, Context, Question, Reasoning, Options).
Work within this structure:
- [ ] slot with the resolution (e.g. - [x] Applied option 1 — updated spec accordingly)status: open → status: resolved in the section header# B. [Topic] — status: resolved
**Comment:** `{{original comment text}}`
**Reasoning:** [original reasoning preserved]
**Options:**
1. Agree (apply suggested change)
2. Disagree (remove annotation)
- [x] Applied option 1 — removed annotation and updated claim. `def5678`
Commit the source document update.
After each item:
Resolved: Item 1 — Config file path contradiction
Next: Item 2 — Claim file naming prefix
continue?
Wait for confirmation before proceeding. The user may skip items, reorder, or stop at any point.
When all items are processed (or user stops):
Processed: [[coherence - 2602140242 - spec graph contradictions]]
Resolved: 8/11 items
Skipped: 2 (items 6, 9)
Deferred: 1 (item 3 — needs broader discussion)
Options:
1 - Continue with skipped items
2 - Done
tools
--- tldr: Generate a manim explainer video through staged research → outline → scenes → code → render → merge, with the outline doubling as a plan/state document category: utility --- # /eidos:video Turn a topic (or a folder of wiki-linked md) into a rendered manim video through a fixed pipeline. Pauses after each stage for review by default. Outline doubles as the plan/state document — wiki-linked checklist tracks progress. Full design in [[spec - video skill - outline driven manim pipeline
tools
--- tldr: Surface session status to the human via a native OS notification category: utility --- # /eidos:ping Send a short out-of-band signal to the human — "I'm done", "I have a question", "I hit a wall" — as a native OS notification. The agent picks the moment; the human gets a popup without watching the terminal. ## Setup (macOS, opt-in) This skill is a no-op until the human has installed the **eidos-ping** menubar app and pointed at it in `.eidos-config.yaml`: ```yaml ping_macos: /path
tools
--- tldr: Persist behaviour corrections to CLAUDE.md category: utility --- # /eidos:toclaude Update CLAUDE.md or specs to correct undesired behaviour. ## Usage ``` /eidos:toclaude [description of correction] ``` ## Instructions 1. Understand the correction — what went wrong, what should happen instead 2. Identify the right location: - **`inject/core/*.md`** — plugin rules that apply to all eidos projects (pick the matching section file) - **`inject/feature/*.md`** — rules tied to a c
development
--- tldr: Create persistent plan for multi-step work category: planning --- # /eidos:plan Create a persistent plan file for multi-step work. ## Usage ``` /eidos:plan [brief description] ``` ## Instructions ### 1. Gather Context If the target file already exists with `status: seed`, read it — its content is raw context that seeds the plan. Use the seed's notes, links, and brain dumps to draft phases and actions. Skip clarification questions the seed already covers. Search for related arti