storage-function-structure
File Structure for Project Planning Artifacts
- [Planning Artifact] are stored in dedicated directories based on their type, with each file named using a short hash and a descriptive title.
- These directories are typically stored in a parent folder. defer to the storage backend conventions for exact paths.
Directory and File Naming Conventions
-
Each planning artifact type has its own directory:
Prd/for Product Requirements DocumentsEpic/for EpicsSpec/for SpecificationsStory/for User StoriesTask/for TasksDecision/for DecisionsResearch/for Research DocumentsRetro/for Retrospectives
-
Files within these directories are named using the format:
<short-hash>-<descriptive-title>.md
Prd/
feca343-the-prd-title.md
Epic/
123e4567-an-epic-title.md
Spec/
89ab0123-a-spec-title.md
Story/
456def78-a-story-title.md
321cba98-another-story-title.md
334fed56-yet-another-story-title.md
Task/
789abc12-a-task-title.md
654ghi34-another-task-title.md
987jkl56-yet-another-task-title.md
Decision/
112mno78-a-decision-title.md
223pqr90-another-decision-title.md
334stu12-yet-another-decision-title.md
fff44455-a-fourth-decision-title.md
Ressearch/
445vwx34-a-research-title.md
556yzb56-another-research-title.md
667abc78-yet-another-research-title.md
778def90-a-fourth-research-title.md
Retro/
889ghi12-a-retro-title.md
990jkl34-another-retro-title.md
aabmno56-yet-another-retro-title.md
bbcpqr78-a-fourth-retro-title.md
ccdstu90-a-fifth-retro-title.md
More from zenobi-us/dotfiles
leaflet-mapping
Use when creating interactive maps in Obsidian using LeafletJS plugin - covers real-world maps, image maps, markers from notes, overlays, GeoJSON, GPX tracks, and common issues with bounds/zoom levels
73skill-hunter
Find and download skills. Use when you need to discover existing skills from GitHub repositories and store them in the correct local skills category. Results in discovered skills being downloaded into the users dotfile repo.
68using-superpowers
Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
67deep-researcher
Use when delegating research tasks requiring verified information from multiple authoritative sources - crawls and fact-checks beyond surface-level findings, providing evidence of verification process with confidence levels for each claim
66chrome-debug
Use when debugging web applications in chrome via the remote debugging protocol. Provides capabilities for inspecting DOM, executing JS, taking screenshots, and automating browser interactions.
64projectmanagement
Skills for managing projects, tracking progress, and suggesting next actions.
64