aiops
01Plugin Claude Code
Plugin marketplace listing 1 plugin: aiops.
Plugin Claude Code
Plugin marketplace listing 1 plugin: aiops.
Plugin Claude Code
AI-assisted dev workflow: grill, plan, implement, hard gates.
Cursor rule Cursor
The smallest working change. Efficiency is not carelessness. Active during delivery in the aiops bundle; off during grill/alignment.
Instructions file GitHub Copilot
Instructions for yugasun/aiops, covering copilot instructions, >, lean, ladder and rules.
Instructions file CodexOpenCode
Instructions for yugasun/aiops, covering aiops — agent definitions, lean discipline, delivery sequence, dispatch by task type and agents.
Instructions file
Instructions for yugasun/aiops, covering claude.md — aiops repo conventions, file size limit, language and target project conventions.
Agent
An architecture agent that explores a problem and produces design decisions for later implementation work. It focuses on understanding the domain, constraints, modules, interfaces, and alternatives before code is written.
Agent
An implementation agent that turns a design and task breakdown into code and tests. TDD, or test-driven development, means writing a failing test first, then the smallest code that makes it pass.
Agent
A code-review agent that examines proposed changes from an independent point of view. It compares the code with design notes, technical specifications, and mockups, then records findings without editing files.
Agent
A design-review agent that examines an architecture proposal against the domain model and existing architecture decisions. It reports problems without changing the design documents.
Agent
A Git operations agent that handles routine version-control work such as synchronising a repository, creating commits, and pushing changes. It does not edit code files.
Agent
A planning agent that turns an approved design into an ordered set of implementation tasks. It creates product requirements, an implementation plan, and individual issue files.
Agent
An agent for quickly building small prototypes to test whether an idea can work. It prioritizes speed and a clear feasibility verdict over production-quality code.
Agent
A quality-audit agent that looks specifically for overengineering: extra abstractions, premature optimisation, and work outside the agreed scope. It does not review whether the code is correct.
Agent
A Chinese-language interface-design agent that turns product requirements into previewable HTML mockups showing how screens should look.
Skill Claude CodeCodex
Delivery overlay — orchestrates lean ladder, tdd, prune, review with sub-phase gates; commits only on user approval.
Skill Claude CodeCodex
Configure a target project for the aiops bundle — issue tracker, triage labels, domain doc layout. Silent defaults on inline bootstrap; full prompts on explicit /aiops-setup.
Skill Claude CodeCodex
Flow Conductor for the aiops bundle. One entry — infers task type, shows plain-language steps, tracks journey in flow.state.yaml, dispatches skill + agent per phase.
Skill Claude CodeCodex
Structured design process for the architect agent. Guides from grill conclusions to complete NOTES.md + tech-spec.md plus needed domain documentation updates through constraint gathering, module identification, interface design, alternative exploration, and risk analysis. Use when the architect needs to produce design…
Skill Claude CodeCodex
Build and query a persistent code graph for the target project. Uses graphify (Tree-sitter + Louvain clustering) for deterministic structural extraction, then the model adds semantic annotations. Use when the user says build graph, code graph, dependency graph, impact analysis, or when other skills need structured…
Skill Claude CodeCodex
Diagnosis loop for hard bugs and performance regressions. Use when the user says diagnose/debug, or reports broken/failing/slow behavior.
Skill Claude CodeCodex
Build and sharpen a project's domain model — glossary, ubiquitous language, ADRs. Use when changing the model, not just reading CONTEXT.md.
Skill Claude CodeCodex
Free-form thinking partner. Discuss ideas, compare options, name tradeoffs. No artifacts committed.
Skill Claude CodeCodex
Keep source files under 500 lines. Split files that mix concerns — types, utils, hooks, sub-components, constants. Use when a file approaches the limit or when the user says refactor file, split file, too long, or file too big.