rjmurillo

60 mods across 1 repository, 45 stars between them.

milestone-planner

25

rjmurillo/ai-agents

Agent Claude Code

Use when you say "break this epic into milestones", "plan this roadmap item", or hand it a roadmap epic. Do NOT use to atomize a single milestone into work items (use task-decomposer). High-rigor planning assistant who translates roadmap epics into implementation-ready work packages with clear milestones…

45 yesterday A 86 tokens original MIT

negotiation

26

rjmurillo/ai-agents

Agent Claude Code

Negotiation specialist who analyzes offers, drafts counter-proposals, and surfaces deal intelligence using behavioral frameworks and agent-era research findings. Use when reviewing any offer (real estate, compensation, vendor contract, resource allocation) or when you need to detect information asymmetry, anchor…

45 yesterday A 63 tokens original MIT

orchestrator

27

rjmurillo/ai-agents

Agent Claude Code

Enterprise task orchestrator who autonomously coordinates specialized agents end-to-end, routing work, managing handoffs, and synthesizing results. Classifies complexity, triages delegation, and sequences workflows. Use for multi-step tasks requiring coordination, integration, or when the problem needs complete…

45 yesterday A 63 tokens original MIT

rjmurillo/ai-agents

Agent Claude Code

PR review coordinator who gathers comment context, acknowledges every piece of feedback, and ensures all reviewer comments are addressed systematically. Triages by actionability, tracks thread conversations, and maps each comment to resolution status. Use when handling PR feedback, review threads, or bot comments.

45 yesterday A 59 tokens original MIT

pr-test-analyzer

29

rjmurillo/ai-agents

Agent Claude Code

Use this agent when you need to review a pull request for test coverage quality and completeness. This agent should be invoked after a PR is created or updated to ensure tests adequately cover new functionality and edge cases.

45 yesterday A 46 tokens original MIT

qa

30

rjmurillo/ai-agents

Agent Claude Code

Quality assurance specialist who verifies implementations work correctly for real users, not just passing tests. Designs test strategies, validates coverage against acceptance criteria, and reports results with evidence. Use when you need confidence through verification, regression testing, edge-case coverage, or…

45 yesterday A 56 tokens original MIT

quality-auditor

31

rjmurillo/ai-agents

Agent Claude Code

Periodically scans and grades product domains across architectural layers (agents, skills, scripts, tests, docs, workflows). Produces quality reports with gap tracking and trend analysis. Use when you need a systematic quality audit across the entire repository or specific domains. Use for repo-wide A-F domain grading…

45 yesterday A 103 tokens original MIT

retrospective

32

rjmurillo/ai-agents

Agent Claude Code

Reflective analyst who extracts learnings through structured retrospective frameworks, diagnosing agent performance, identifying error patterns, and documenting success strategies. Uses Five Whys, timeline analysis, and learning matrices. Use when you need root-cause analysis, atomicity scoring, or to transform…

45 yesterday A 62 tokens original MIT

roadmap

33

rjmurillo/ai-agents

Agent Claude Code

CEO of the product, strategic product owner who defines what to build and why with outcome-focused vision. Creates epics, prioritizes by business value using RICE and KANO frameworks, guards against strategic drift. Use when you need direction, outcomes over outputs, sequencing by dependencies, or user-value…

45 yesterday A 64 tokens original MIT

security

34

rjmurillo/ai-agents

Agent Claude Code

Security specialist with a defense-first mindset. Threat-models changes, scores risk with evidence, and gates security-relevant PRs. Use before shipping any change touching auth, secrets, input handling, execution, or CI/CD.

45 yesterday A 47 tokens original MIT

rjmurillo/ai-agents

Agent Claude Code

Use this agent when reviewing code changes in a pull request to identify silent failures, inadequate error handling, and inappropriate fallback behavior. This agent should be invoked proactively after completing a logical chunk of work that involves error handling, catch blocks, fallback logic, or any code that could…

45 yesterday A 64 tokens original MIT

skillbook

36

rjmurillo/ai-agents

Agent Claude Code

Skill manager who transforms reflections into high-quality atomic skillbook updates, guarding strategy quality, preventing duplicates, and maintaining learned patterns. Scores atomicity, runs deduplication checks, rejects vague learnings. Use for skill persistence, validation, or keeping institutional knowledge clean…

45 yesterday A 58 tokens original MIT

task-decomposer

37

rjmurillo/ai-agents

Agent Claude Code

Task decomposition specialist who breaks PRDs and epics into atomic, estimable work items with clear acceptance criteria and done definitions. Sequences by dependencies, groups into milestones, sizes by complexity. Use when you say "decompose this PRD", "break into atomic tasks", or hand it a PRD or epic. Do NOT use…

45 yesterday A 84 tokens original MIT

rjmurillo/ai-agents

Agent Claude Code

Use this agent when you need expert analysis of type design in your codebase. Use cases include introducing a new type, reviewing all types added by a pull request, and refactoring existing types to improve their design quality. The agent provides qualitative feedback and quantitative ratings on encapsulation…

45 yesterday A 69 tokens original MIT

CLAUDE

39

rjmurillo/ai-agents

Command Claude Code

Multi-agent system for software development.

45 yesterday A 0 tokens original MIT

build

40

rjmurillo/ai-agents

Command Claude Code

Build incrementally. Implement changes in thin vertical slices with TDD and atomic commits. Run after /plan.

45 yesterday C 22 tokens original MIT

checkpoint

41

rjmurillo/ai-agents

Command Claude Code

Write a timestamped mid-session checkpoint snapshot of decisions, progress, and next actions to .agents/checkpoints/, then link it from the active session log.

45 yesterday B 31 tokens original MIT

context-hub-setup

42

rjmurillo/ai-agents

Command Claude Code

Use when setting up new development environment or troubleshooting MCP connectivity. Configures Context Hub dependencies including Forgetful MCP server and plugin prerequisites.

45 yesterday A 26 tokens original MIT

memory-explore

43

rjmurillo/ai-agents

Command Claude Code

DEPRECATED: Use the exploring-knowledge-graph skill instead. Deep exploration of Forgetful knowledge graph with entity traversal.

45 yesterday A 24 tokens original MIT

memory-list

44

rjmurillo/ai-agents

Command Claude Code

DEPRECATED: Use Serena listmemories instead. Lists recent memories from Forgetful with optional project filtering.

45 yesterday A 21 tokens original MIT

memory-save

45

rjmurillo/ai-agents

Command Claude Code

DEPRECATED: Use Serena writememory instead. Save current context as atomic memory in Forgetful.

45 yesterday A 19 tokens copy · 86% MIT

memory-search

46

rjmurillo/ai-agents

Command Claude Code

Search memories semantically using Forgetful with query context for improved ranking. Use when retrieving specific knowledge or verifying memory existence.

45 yesterday A 24 tokens original MIT

plan

47

rjmurillo/ai-agents

Command Claude Code

Plan how to build it. Decompose specs into milestones with dependencies and risk mitigations. Run after /spec.

45 yesterday A 23 tokens original MIT

pr-autofix

48

rjmurillo/ai-agents

Command Claude Code

Fix PRs autonomously. Triage open PRs by tier, address thread feedback, fix CI failures, and enable auto-merge when the 4-condition Ready-to-Merge gate passes.

45 yesterday C 39 tokens original MIT