

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
1234567# Workflow Memory89This repository keeps agent memory in root markdown files. Follow this loop every session.1011## Session Start12131. Read `workflow_state.md` — current phase, plan, blockers, log.142. Read `project_config.md` — goals, stack, patterns, constraints.153. Reconstruct the next action from those files before proposing or making changes.1617## Loop1819One phase at a time: `ANALYZE → PREPARE → IMPLEMENT → VALIDATE`.2021- ANALYZE: inspect relevant files and current state before deciding.22- PREPARE: short plan; identify the checks `project_config.md` requires.23- IMPLEMENT: smallest coherent edits that satisfy the task.24- VALIDATE: run the checks appropriate for the repo; report what could not run.25- ROLLBACK: only when the approach must be abandoned and state preserved.2627## State Writes2829Update `workflow_state.md` only after meaningful change: a phase transition, a completed task, a blocker, or a validation result that changes the next action. No per-message summaries. Preserve headings, keep entries concise.3031Update `project_config.md` only for durable changes: goals, stack, patterns, constraints, changelog. No live task notes there.3233Never store secrets, tokens, or credentials in memory files. Record only where they load from (env vars, secret manager).3435## Exit3637When work is complete, report result, changed files, and validation status. No post-completion questions, no optional next-step prompts. Wait for the next user message.38
A badge carrying the measured quality of the strongest agent config file in this repository, out of 100. It reads from this index every time somebody loads your page, so it changes when the measurement changes and there is nothing to keep up to date. Free, no account, and the value is not something you or we can set by hand.
[](https://rulestack.kynth.studio/configs/kleosr-cursorkleosr-cursor-rules-workflow-memory)Would rather not hotlink us? Every badge is also served in shields.io’s endpoint schema, so shields renders the image and your readers never talk to our domain:
Published by Toolproof, the masthead over this index and eight others. The method behind the number is at toolproof.kynth.studio/methodology, and the whole thing is readable as JSON with no key at /api.