current-state-story
Installation
SKILL.md
Current state story
Your goal
Create one concise, focused story that answers: "how does this work today?"
Writing principles
Narrative flow:
- Start at the recognizable entry point (user-facing feature, API, or main job)
- Follow work through layers that matter for this specific issue, no further
- Proceed chronologically: who calls what, what runs first, how outputs become inputs downstream
Sentence-level clarity:
- Each sentence answers one of: who invokes what, in what order, or what data shape moves between stages
- Anchor every beat on the layer doing the work—name the function, module, or process explicitly
- Introduce helpers in context as they appear in the call chain; don't digress into internals
- Link to code inline as supporting context (function names, schema fields, key assigns)
Related skills
More from jasonharmongit/jh-skills
doctor
Runs pre-PR formatting, checking and testing.
30organize-elixir-functions
Organize functions in a file or across a branch.
30walkthrough-process
Writes a deep markdown walkthrough for code understanding - how a function, module, or process fits into the system. Also supports branch-change walkthroughs when the user explicitly asks about PR/branch diffs.
24create-skill
>-
23solutionize
Plan-only workflow with a human partner; no implementation while this skill governs the turn
22implement-next-phase
Prepare to implement the next pending todo phase from a solutionize sketch plan (frontmatter todos); implementation only after explicit user approval.
8