task-state-ledger
SolidMaintain an external state ledger for any multi-step task (3+ steps, multi-PR, anything spanning more than one turn or touching production). Triggered when you notice yourself re-deriving "where am I" with repeated gh/git/curl dumps, when a task crosses turns, or when the user asks "why are you stuck/lost". Prevents the "lost" failure mode: re-discovering state every turn instead of reading it.
Install
Quality Score: 83/100
Skill Content
Details
- Author
- IgorGanapolsky
- Repository
- IgorGanapolsky/ThumbGate
- Created
- 5 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
project-ledger
Maintains a per-project markdown ledger (ledger/) in which every fact carries its provenance — who asserted it, at what epistemic level, and from what source — so that facts live in files rather than in conversation memory, and model guesses stay visibly separate from established fact. Use at the start of any session in a folder that contains a ledger/ directory, even if the user never mentions it; whenever several sub-topics run in parallel in one project; whenever new information contradicts an earlier conclusion; and whenever the user asks who said something, what the current state of a topic is, or to write something down.
whereami
Answer 'where are we at and whats next' from a durable per-repo state ledger. Use for 'where are we at', 'whats next', 'tldr of where we stand', 'where did we leave off', 'take stock', resuming after a gap; update the ledger when work ships.
task-tree-core-state
Keep a Markdown task tree focused on decision-relevant current state. Use when writing or refining task-tree.md/subtrees, when a tree is too large or polluted by history or artifact details, when completed work must be distilled into parent insights, or when compact/postflight gates report size or stale-state problems.