memobank
Persistent project memory and structured multi-session development workflows
All Skills in This Repository (8)
Pure Emerald Level Indicatorsmb-verify
Verify task completion against acceptance criteria and generate verification reports.
mb-from-prd
Convert PRD text into a traceable Memory Bank with epics and features.
mb-init
Initialize Memory Bank directories, docs, and command proxy skills in a repository.
mb-harness
Run deterministic agent executions with guardrails and per-task worktrees.
mb-garden
Lint Memory Bank frontmatter, links, and router indexes.
mb-map-codebase
Map an existing codebase into Memory Bank baseline artifacts.
cold-start
Bootstraps Memory Bank skeleton and routes workflows for greenfield or brownfield repos.
mb-review
Coordinate fresh-context expert reviews to identify Memory Bank gaps and produce prioritized fix lists.
Frequently Asked Questions
FAQPage SchemaHow to install memobank?โผ
Run `npx skills add mrvladd-d/memobank --all -g -y` in your terminal to install all skills in this pack globally.
How to keep project context across chat sessions?โผ
Memobank writes requirements, architecture, and task state into a `.memory-bank/` folder in your repo, so any new session reads those files and resumes work without re-explaining.
How to turn a PRD into executable tasks?โผ
The workflow decomposes your PRD into requirements, epics, features, and JSON task records, then executes and verifies each task with evidence-backed gates.
Does memobank work with Claude Code and Codex?โผ
Yes. It follows the universal SKILL.md standard and generates native command proxies for Claude Code, Codex CLI, and OpenCode.
Can memobank run tasks autonomously?โผ
Yes. Once your PRD, features, and task queue pass the readiness checks, the autopilot and autonomous commands run the queue unattended with verification gates.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core