apex-quick
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
View project lessons in MEMORY/LESSON.md (project root) and append a compact "never reproduce" lesson.
> /plugin marketplace add fusengine/agentsHow it fires
How this command gets triggered: by you, by Claude, or both.
/lessonsContext preview
What this command does when you run it.
View project lessons in MEMORY/LESSON.md (project root) and append a compact "never reproduce" lesson.
name: lessons description: View project lessons in MEMORY/LESSON.md (project root) and append a compact "never reproduce" lesson.
Manage the project's **lessons memory** — a `MEMORY/LESSON.md` file committed at the **project root**. It records compact post-mortems so the same mistake is never reproduced twice.
The `fuse-lessons` hooks force-read `MEMORY/LESSON.md` at every session and sub-agent start, so anything written here is automatically reloaded into context.
Read `MEMORY/LESSON.md` at the project root (create it if absent). Each line is one lesson, newest at the bottom.
Append one line in this exact compact format:
- [YYYY-MM-DD HH:MM] <what went wrong> → <what to do instead>
Rules:
- [2026-06-20 11:02] Added "hooks": "./hooks/hooks.json" string in marketplace entry → never set a hooks field in marketplace.json; hooks auto-load by convention from hooks/hooks.json
The `Stop` hook reminds you to capture a lesson at most once every **5 minutes** by default. Override with the `FUSE_LESSONS_THROTTLE_MIN` environment variable (minutes). Writing to `MEMORY/LESSON.md` resets the throttle automatically via the `PostToolUse` hook (it updates `MEMORY/state.json`).
After appending, mention that the lesson will be force-read on the next session/sub-agent start, and that `MEMORY/LESSON.md` should be committed with the change so the whole team inherits it.
A plugin ecosystem that turns Claude Code into a supervised, multi-agent development environment.
Repo: fusengine/agents
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
APEX Methodology - The systematic Analyze-Plan-Execute-eLicit-eXamine approach for intelligent development. Reduces hallucination and defect risk through…
Memory optimization - removes duplicates, consolidates knowledge, and cleans memory banks for better performance.
Auto-generate Pull Request with comprehensive description, test plan, and changelog. Uses gh CLI for creation.
Comprehensive codebase investigation using research-expert for documentation, explore-codebase for structure, and deep analysis. Perfect for understanding…
Systematic Explore-Plan-Code-Test methodology for structured development. Ensures comprehensive approach to feature implementation.