askill
10-03-obsidian-flow

10-03-obsidian-flowSafety 95Repository

How documentation stays aligned with code using AGENTS.md, open questions, tk tickets, and Johnny Decimal structure.

0 stars
1.2k downloads
Updated 2/14/2026

Package Files

Loading files...
SKILL.md

10.03 Obsidian Documentation Flow

How documentation stays aligned with code.

  • AGENTS.md in code/source folders for folder-level rules
  • docs/playbook/ for process/tooling
  • docs/reference/ for architecture and research
  • docs/features/ for documenting work/spec

Core Rules

  1. AGENTS in code folders. Every top-level code/source folder needs an AGENTS.md describing purpose, boundaries, entry points, and tests.
  2. Open questions live in docs. Use πŸ™‹β€β™‚οΈ/πŸ€–/βœ… comments with block IDs. See [[playbook/10-docs/10-01-open-questions-system/SKILL]].
  3. Use tk + tinychange. Create a tk ticket for non-trivial work and update the changelog via tinychange. Use the standard ticket template. Don't manually update the changelog.
  4. Johnny Decimal (two-digit). Use NN.NN for playbook/reference IDs.

One-Shot Usage (LLM)

  1. Read docs/AGENTS.md and the closest folder AGENTS.md.
  2. Update playbook/reference docs, not sidecars.
  3. Use open-questions format with block IDs.
  4. Record a tk ticket for non-trivial work.
  5. Log changes: tinychange -I new -k <fix|test|chore|security|feat|docs|refactor|perf> -m "message" -a AUTHOR

When Updating Code

  1. Read the nearest AGENTS.md in the code folder.
  2. Update or add AGENTS.md if the folder's purpose/boundaries changed. (ONLY ALLOWED AFTER [OK] from the Hooman.)
  3. If behavior changes, update the relevant docs in docs/reference/.
  4. Log the change via tinychange.

Where to Document

  • Process/tooling β†’ docs/playbook/
  • Research β†’ docs/reference/
  • Feature specs/plans β†’ docs/features/
  • Architecture β†’ **/AGENTS.md

Install

Download ZIP
Requires askill CLI v1.0+β–Ά

AI Quality Score

68/100Analyzed 2/20/2026

Solid internal documentation skill covering documentation alignment workflow. Well-structured with clear steps for one-shot usage and code updates. Specific to this repo's conventions (tinychange, AGENTS.md, Johnny Decimal) making it less reusable externally. Missing trigger section and some unexplained terminology. Tags don't match content."

95
72
45
65
78

Metadata

Licenseunknown
Version-
Updated2/14/2026
PublisherCygnusfear

Tags

llmsecuritytesting