mrvladd-dmrvladd-dCommunityยท8 Agent Skills Included

memobank

Persistent project memory and structured multi-session development workflows

Stores project context, requirements, and task state in repository files instead of fragile chat history. Turns PRDs into traceable epics, features, and JSON task records with verification gates. Eliminates lost context between sessions so fresh runs resume work with full evidence. Supports manual, autopilot, and autonomous execution across Codex, Claude Code, and OpenCode.
npx skills add mrvladd-d/memobank --all -g -y
Available:

Assigns the agent an orchestrator role that plans and delegates all execution work to scoped subagents while protecting repository files from being used as scratch memory.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’