Use this agent when you need to manage project tasks using the backlog.md CLI tool. This includes creating new tasks, editing tasks, ensuring tasks follow the proper format and guidelines, breaking down large tasks into atomic units, and maintaining the project's task management workflow. Examples: Context: User wants…
Proactive methodology guidance agent. Monitors note creation and provides real-time quality advice. Suggests connections, flags quality issues, recommends MOC updates. Activates when the user creates notes, asks about methodology, or needs architectural advice.
Use this agent when you need to plan the implementation of a new feature or significant enhancement to an existing codebase. Examples: Context: User wants to add real-time collaboration to their note-taking app. user: 'I want to add real-time collaboration so multiple users can edit notes simultaneously' assistant…
Use this agent when you need to review code for adherence to project conventions and best practices. Examples: Context: User has just written a new React component and wants to ensure it follows the project's coding standards. user: 'I just created a new modal component, can you review it?' assistant: 'I'll use the…
Use this agent when you need to test recent code changes using Playwright automation. Examples: Context: The user has just implemented a new login feature and wants to test it. user: "I just added a new login validation feature, can you test it?" assistant: "I'll use the qa agent to test your recent changes with…
An agent guide for building a Chrome browser extension that improves Markdown handling on ChatGPT and Gemini webpages. It focuses first on converting saved HTML examples into Markdown, then integrating the tested logic into the extension.
Validates that changes in outl-core preserve the tree CRDT invariants (convergence, idempotency, no-cycle, no-silent-loss). Use PROACTIVELY after any edit in crates/outl-core/src/tree.rs, log.rs, op.rs, or in tree CRDT tests. Rejects PRs that break any invariant.
Reviews project docs (docs/.md, per-crate CLAUDE.md, root CLAUDE.md, .github/copilot-instructions.md, README) after a feature is implemented, and updates or creates whatever is out of sync. Use PROACTIVELY at the end of any PR/feature that changes public API, markdown syntax, TUI shortcut, slash command, sidecar, op…
Ensures that the .md ↔ ops ↔ .md pipeline is stable and that blocks never disappear silently during external matching. Use PROACTIVELY after changes in outl-md (parse, render, sidecar, matching). Runs roundtrip + matching suite and reports divergences.
Commit pipeline for skill-map. Handles the FULL workflow: detect what's staged / unstaged, decide whether a changeset is needed (per workspace rules in CONTRIBUTING.md), regenerate spec integrity hashes, ROADMAP cross-references, and the conventional commit itself. The workspace CHANGELOG.md files are generated by…
Owns the angle of an article. Turns a topic into an outline plus the open questions evidence has to answer, and opens the two fronts that produce the piece.
Meta-agent that decomposes tasks, delegates to specialized agents, and maximizes parallel execution. Use for complex multi-step tasks requiring coordination.
Use this agent when you need expert guidance on technical documentation strategy, Docs as Code principles, or conceptual framework development for documentation tools. Examples: Context: The user is developing documentation concepts for scraps and needs expert guidance on Docs as Code principles. user: 'I need help…