obsidian-plan-wiki
Obsidian Spec Wiki
Obsidian-compatible markdown wikis. Feature areas capture what the system does (specs) and how to build it (plans). Load only what you need.
00.00 Johnny Lookup (CRITICAL)
If the human gives you only an ID like 20.01 (or 2001), treat it as a playbook call:
- Replace the dot with a hyphen:
20.01→20-01 - Check
docs/playbook/**/20-01-*/SKILL.mdin the project — if it exists, read and follow it. - If no local file exists, read
playbook/**/20-01-*/SKILL.mdfrom this skill's directory. - Follow the instructions literally.
Quickstart
- Read
docs/AGENTS.md(anddocs/playbook/README.mdif present). - Identify structure:
features/orworkstreams/(treat workstreams as feature areas). - Use Johnny Decimal with two-digit decimals (
NN.NN). - Apply open-questions format (
🙋♂️/🤖/✅) with block IDs.
More from cygnusfear/agent-skills
file-name-wizard
Audit all filename and naming conventions in the codebase against AGENTS.md standards and common patterns. Use when user asks to check naming conventions, audit filenames, find naming inconsistencies, or validate file naming patterns.
1.2Karchitectural-analysis
Deep architectural audit focused on finding dead code, duplicated functionality, architectural anti-patterns, type confusion, and code smells. Use when user asks for architectural analysis, find dead code, identify duplication, or assess codebase health.
34video-explorer
This skill should be used when analyzing video files. You cannot process video directly, so this skill extracts frames hierarchically - starting with a quick overview, then zooming into regions of interest with higher resolution and temporal density. Use when asked to watch, analyze, review, or understand video content.
34review-changes
Code review of current git changes, compare to related plan if exists, identify bad engineering, over-engineering, or suboptimal solutions. Use when user asks to review changes, check git diff, validate implementation quality, or assess code changes.
33design-spec-extraction
Use when extracting design specifications from visual sources including Figma exports, UI mockups, screenshots, or live website captures. Produces W3C DTCG-compliant JSON with component trees for code generation and developer handoff.
32update-docs
Update all documentation in docs and AGENTS.md files to match current codebase state. Use when user asks to update docs, refresh documentation, sync docs with code, or validate documentation accuracy.
31