using-agentops▌
boshu2/agentops · updated Apr 8, 2026
MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.
You have access to workflow skills for structured development.
RPI Workflow
You have access to workflow skills for structured development.
The RPI Workflow
Research → Plan → Implement → Validate
↑ │
└──── Knowledge Flywheel ────┘
Research Phase
/research <topic> # Deep codebase exploration
ao search "<query>" # Search existing knowledge
ao search "<query>" --cite retrieved # Record adoption when a search result is reused
ao lookup <id> # Pull full content of specific learning
ao lookup --query "x" # Search knowledge by relevance
Output: .agents/research/<topic>.md
Plan Phase
/pre-mortem <spec> # Simulate failures (error/rescue map, scope modes, prediction tracking)
/plan <goal> # Decompose into trackable issues
Output: Beads issues with dependencies
Implement Phase
/implement <issue> # Single issue execution
/crank <epic> # Autonomous epic loop (uses swarm for waves)
/swarm # Parallel execution (fresh context per agent)
Output: Code changes, tests, documentation
Validate Phase
/vibe [target] # Code validation (finding classification + suppression + domain checklists)
/post-mortem # Validation + streak tracking + prediction accuracy + retro history
/retro # Quick-capture a single learning
Output: .agents/learnings/, .agents/patterns/
Release Phase
/release [version] # Full release: changelog + bump + commit + tag
/release --check # Readiness validation only (GO/NO-GO)
/release --dry-run # Preview without writing
Output: Updated CHANGELOG.md, version bumps, git tag, docs/releases/
Phase-to-Skill Mapping
| Phase | Primary Skill | Supporting Skills |
|---|---|---|
| Discovery | /discovery |
/brainstorm, /research, /plan, /pre-mortem |
| Implement | /crank |
/implement (single issue), /swarm (parallel execution) |
| Validate | /validation |
/vibe, /post-mortem, /retro, /forge |
| Release | /release |
— |
Choosing the skill:
- Use
/implementfor single issue execution. Now defaults to TDD-first — writes failing tests before implementing. Skip with--no-tdd. - Use
/crankfor autonomous epic execution (loops waves via swarm until done). Auto-generates file-ownership maps to prevent worker conflicts. - Use
/swarmdirectly for parallel execution without beads (TaskList only). - Use
/discoveryfor the discovery phase only (brainstorm → search → research → plan → pre-mortem). - Use
/validationfor the validation phase only (vibe → post-mortem → retro → forge). - Use
/rpifor full lifecycle — delegates to/discovery→/crank→/validation. - Use
/ratchetto gate/record progress through RPI.
Available Skills
Start Here (12 starters)
These are the skills every user needs first. Everything else is available when you need it.
| Skill | Purpose |
|---|---|
/quickstart |
Guided onboarding — run this first |
/bootstrap |
One-command full AgentOps setup — fills gaps only |
/research |
Deep codebase exploration |
/council |
Multi-model consensus review + finding auto-extraction |
/vibe |
Code validation (classification + suppression + domain checklists) |
/rpi |
Full RPI lifecycle orchestrator (/discovery → /crank → /validation) |
/implement |
Execute single issue |
/retro --quick |
Quick-capture a single learning into the flywheel |
/status |
Single-screen dashboard of current work and suggested next action |
/goals |
Maintain GOALS.yaml fitness specification |
/push |
Atomic test-commit-push workflow |
/flywheel |
Knowledge flywheel health monitoring (σ×ρ > δ/100) |
Advanced Skills (when you need them)
| Skill | Purpose |
|---|---|
/compile |
Active knowledge intelligence — Mine → Grow → Defrag cycle |
/harvest |
Cross-rig knowledge consolidation — sweep, dedup, promote to global hub |
/knowledge-activation |
Operationalize a mature .agents corpus into beliefs, playbooks, briefings, and gap surfaces |
/brainstorm |
Structured idea exploration before planning |
/discovery |
Full discovery phase orchestrator (brainstorm → search → research → plan → pre-mortem) |
/plan |
Epic decomposition into issues |
/design |
Product validation gate — goal alignment, persona fit, competitive differentiation |
/pre-mortem |
Failure simulation (error/rescue, scope modes, temporal, predictions) |
/post-mortem |
Validation + streak tracking + prediction accuracy + retro history |
/bug-hunt |
Root cause analysis |
/release |
Pre-flight, changelog, version bumps, tag |
/crank |
Autonomous epic loop (uses swarm for each wave) |
/swarm |
Fresh-context parallel execution (Ralph pattern) |
/evolve |
Goal-driven fitness-scored improvement loop |
/doc |
Documentation generation |
/retro |
Quick-capture a learning (full retro → /post-mortem) |
/validation |
Full validation phase orchestrator (vibe → post-mortem → retro → forge) |
/ratchet |
Brownian Ratchet progress gates for RPI workflow |
/forge |
Mine transcripts for knowledge — decisions, learnings, patterns |
/readme |
Generate gold-standard README for any project |
/security |
Continuous repository security scanning and release gating |
/security-suite |
Binary and prompt-surface security suite — static analysis, dynamic tracing, offline redteam, policy gating |
/test |
Test generation, coverage analysis, and TDD workflow |
/red-team |
Persona-based adversarial validation — probe docs and skills from constrained user perspectives |
/review |
Review incoming PRs, agent output, or diffs — SCORED checklist |
/refactor |
Safe, verified refactoring with regression testing at each step |
/deps |
Dependency audit, update, vulnerability scanning, and license compliance |
/perf |
Performance profiling, benchmarking, regression detection, and optimization |
/scaffold |
Project scaffolding, component generation, and boilerplate setup |
/scenario |
Author and manage holdout scenarios for behavioral validation |
Expert Skills (specialized workflows)
| Skill | Purpose |
|---|---|
/grafana-platform-dashboard |
Build Grafana platform dashboards from templates/contracts |
/codex-team |
Parallel Codex agent execution |
/openai-docs |
Official OpenAI docs lookup with citations |
/oss-docs |
OSS documentation scaffold and audit |
/reverse-engineer-rpi |
Reverse-engineer a product into feature catalog and specs |
/pr-research |
Upstream repository research before contribution |
/pr-plan |
External contribution planning |
/pr-implement |
Fork-based PR implementation |
/pr-validate |
PR-specific validation and isolation checks |
/pr-prep |
PR preparation and structured body generation |
/pr-retro |
Learn from PR outcomes |
/complexity |
Code complexity analysis |
/product |
Interactive PRODUCT.md generation |
/handoff |
Session handoff for continuation |
/recover |
Post-compaction context recovery |
/trace |
Trace design decisions through history |
/provenance |
Trace artifact lineage to sources |
/beads |
Issue tracking operations |
/heal-skill |
Detect and fix skill hygiene issues |
/converter |
Convert skills to Codex/Cursor formats |
/update |
Reinstall all AgentOps skills from latest source |
Knowledge Flywheel
Every /post-mortem feeds back to /research:
- Learnings extracted →
.agents/learnings/ - Patterns discovered →
.agents/patterns/ - Research enriched → Future sessions benefit
Runtime Modes
AgentOps has four runtime modes. Do not assume hook automation exists everywhere.
| Mode | When it applies | Start path | Closeout path | Guarantees |
|---|---|---|---|---|
gc |
Gas City (gc) binary available and city.toml present |
gc controller manages sessions; ao rpi auto-selects gc executor |
gc event bus captures phase/gate/failure/metric events | Default when gc is available. Phase execution via gc sessions, events via gc event bus, agent health via gc health patrol |
hook-capable |
Claude/OpenCode with lifecycle hooks installed (no gc) | Runtime hook or ao inject / ao lookup |
Runtime hook or ao forge transcript + ao flywheel close-loop |
Automatic startup/context injection and session-end maintenance when hooks are installed |
codex-hookless-fallback |
Codex Desktop / Codex CLI without hook surfaces | ao codex start |
ao codex stop |
Explicit startup context, citation tracking, transcript fallback, and close-loop metrics without hooks |
manual |
No hooks and no Codex-native runtime detection | ao inject / ao lookup |
ao forge transcript + ao flywheel close-loop |
Works everywhere, but lifecycle actions are operator-driven |
Issue Tracking
This workflow uses beads for git-native issue tracking:
bd ready # Unblocked issues
bd show <id> # Issue details
bd close <id> # Close issue
bd vc status # Inspect Dolt state if needed (JSONL auto-sync is automatic)
Examples
Startup Context Loading
Hook-capable runtimes
session-start.sh(or equivalent) can run at session start.- In
manualmode, MEMORY.md is auto-loaded and the hook points to on-demand retrieval (ao search,ao lookup). - In
leanmode, the hook extracts pending knowledge and injects prior learnings with a reduced token budget. - This skill can be injected automatically into session context.
Codex hookless fallback
- Run
ao codex start. - AgentOps inspects
.agents/, runs safe close-loop maintenance, syncs MEMORY.md, and writes.agents/ao/codex/startup-context.md. - Surfaced learnings, patterns, and findings are cited as
retrieved. - Use
ao lookupfor automatic citations during work, orao search --cite retrieved|reference|appliedwhen a search result is actually adopted. - End the session with
ao codex stop, then verify loop health withao codex status.
Result: The agent gets the RPI workflow, prior context, and a citation path in both modes. The difference is whether lifecycle work is hook-driven or command-driven.
Workflow Reference During Planning
User says: "How should I approach this feature?"
What happens:
- Agent references this skill's RPI workflow section
- Agent recommends Research → Plan → Implement → Validate phases
- Agent suggests
/researchfor codebase exploration,/planfor decomposition - Agent explains
/pre-mortemfor failure simulation before implementation - User follows recommended workflow with agent guidance
Result: Agent provides structured workflow guidance based on this meta-skill, avoiding ad-hoc approaches.
Troubleshooting
| Problem | Cause | Solution |
|---|---|---|
| Skill not auto-loaded | Hook runtime unavailable or startup path not run | Hook-capable runtimes: verify hooks/session-start.sh exists and is enabled. Codex: run ao codex start explicitly |
| Outdated skill catalog | This file not synced with actual skills/ directory | Update skill list in this file after adding/removing skills |
| Wrong skill suggested | Natural language trigger ambiguous | User explicitly calls skill with /skill-name syntax |
| Workflow unclear | RPI phases not well-documented here | Read full workflow guide in README.md or docs/ARCHITECTURE.md |
How to use using-agentops on Cursor
AI-first code editor with Composer
Prerequisites
Before installing skills in Cursor, ensure your development environment meets these requirements:
- ›Cursor installed and configured on your development machine
- ›Node.js version 16.0+ with npm package manager (verify with
node --version) - ›Active project directory or workspace where you want to add using-agentops
Execute installation command
Execute the skills CLI command in your project's root directory to begin installation:
The skills CLI fetches using-agentops from GitHub repository boshu2/agentops and configures it for Cursor.
Select Cursor when prompted
The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:
Verify installation
Confirm successful installation by checking the skill directory location:
Reload or restart Cursor to activate using-agentops. Access the skill through slash commands (e.g., /using-agentops) or your agent's skill management interface.
Security & Verification Notice
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.
List & Monetize Your Skill
Submit your Claude Code skill and start earning
Use Cases▌
User Story & Requirements Generation
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Competitive Analysis
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Roadmap Prioritization
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
Make data-driven prioritization decisions faster
Stakeholder Communication
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Implementation Guide▌
Prerequisites
- ›Claude Desktop or compatible AI client
- ›Access to product documentation and roadmap tools (Jira, Notion, etc.)
- ›Understanding of product management frameworks (RICE, Jobs-to-be-Done, etc.)
- ›Stakeholder contact information and communication channels
Time Estimate
30-60 minutes to see productivity improvements
Installation Steps
- 1.Install product management skill
- 2.Start with user story generation for known feature
- 3.Progress to competitive analysis: research 2-3 competitors
- 4.Use for roadmap prioritization: apply RICE/ICE scoring
- 5.Draft stakeholder communications and refine based on feedback
- 6.Build template library for recurring PM tasks
- 7.Share effective prompts with product team
Common Pitfalls
- ⚠Not validating competitive research—verify facts before sharing
- ⚠Accepting user stories without involving engineering team
- ⚠Over-relying on frameworks without qualitative judgment
- ⚠Not customizing outputs to company culture and communication style
- ⚠Skipping stakeholder validation of generated requirements
Best Practices▌
✓ Do
- +Validate research and competitive analysis with real data
- +Collaborate with engineering when generating technical requirements
- +Customize frameworks and templates to your company context
- +Use skill for first drafts, refine with stakeholder input
- +Document successful prompt patterns for PM tasks
- +Combine AI efficiency with human judgment and intuition
✗ Don't
- −Don't publish competitive analysis without fact-checking
- −Don't finalize user stories without engineering review
- −Don't make prioritization decisions solely on AI scoring
- −Don't skip customer validation of generated requirements
- −Don't ignore company-specific context and culture
💡 Pro Tips
- ★Provide context: company goals, constraints, customer feedback
- ★Ask for alternatives: 'Show 3 ways to prioritize this roadmap'
- ★Request stakeholder-specific formatting: 'Executive summary vs. engineering spec'
- ★Use skill for 70% generation + 30% customization to company needs
When to Use This▌
✓ Use When
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid When
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
Learning Path▌
- 1Basic: user stories, feature specs, status updates
- 2Intermediate: competitive analysis, prioritization frameworks, PRDs
- 3Advanced: product strategy, go-to-market planning, OKR setting
- 4Expert: product vision, market positioning, business model innovation
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.6★★★★★42 reviews- ★★★★★Shikha Mishra· Dec 24, 2024
using-agentops reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★James Desai· Dec 24, 2024
using-agentops reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Xiao Desai· Dec 16, 2024
Registry listing for using-agentops matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Isabella Rao· Dec 16, 2024
I recommend using-agentops for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Yash Thakker· Nov 15, 2024
I recommend using-agentops for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★James Patel· Nov 15, 2024
I recommend using-agentops for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Isabella Flores· Nov 11, 2024
Keeps context tight: using-agentops is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Isabella Singh· Nov 7, 2024
Useful defaults in using-agentops — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Benjamin Martin· Nov 7, 2024
using-agentops reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Benjamin Harris· Oct 26, 2024
I recommend using-agentops for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
showing 1-10 of 42