Instructions file
Instructions for nirecom/agents, covering global claude code instructions, workflow and notes.
Instructions file
Instructions for nirecom/agents, covering global claude code instructions, workflow and notes.
Agent
Drafts and revises implementation plans. Used by the make-detail-plan skill in a planner/reviewer discussion loop.
Agent
Critically reviews implementation plans produced by the detail-planner agent. Thorough — surfaces minor issues as well as major ones. Used by the make-detail-plan skill.
Agent
3-pass GitHub issue dedupe survey. Classifies verdict (none/reopen/sub-of/make-parent/sibling) and writes a JSON artifact. Read-only — no issue creation, no comments.
Agent
Proposes 2-3 mutually-exclusive high-level approaches for a task. Used by the make-outline-plan skill. Inspired by Aider's architect/editor split and GitHub Spec Kit's /specify stage.
Agent
Reviews high-level approaches proposed by outline-planner. Checks direction and coverage only — never implementation details. Used by the make-outline-plan skill.
Agent
CC fallback security-plan reviewer for review-plan-security; invoked when codex CLI is unusable.
Agent
LLM judge for /refactor-prompts. Classifies hot regions from the lexical scan and emits an edit plan JSON.
Agent
Scan code for security anti-patterns across three axes. Read-only, no web access. Used by review-code-security.
Agent
Verifies whether a speculative skip (outline or detail) is safe based on session intent and outline artifacts.
Agent
EM Supervisor — audit mode review agent. Invoked by Stop-hook block at stage boundaries (CONFIRMINTENT/OUTLINE/DETAIL) or when cumulative severity reaches the audit threshold. Reviews cross-stage coherence and writes a verdict (CONTINUE/WARN/BLOCK) to the supervisor state file.
Agent
EM Supervisor — alert mode review agent. Invoked by Stop-hook block when C1 sentinel hang, C2 scheduled-review, or C3 off-proposal is detected. Reviews the active session against JD checklist and writes findings to the supervisor state file.
Agent
Investigate the codebase to understand existing patterns, constraints, and relevant files. Writes a session-scoped survey-code.md artifact.
Agent
Investigate git history and GitHub issue/PR timeline since the relevant issue opened, to surface changes that may invalidate the issue's premises.
Agent
CC fallback test-coverage reviewer for review-tests; invoked when codex CLI is unusable.
Agent
Research an external topic via WebSearch and WebFetch. Read-only. Used by deep-research.
Skill Claude CodeCodex
Complete a task and run post-processing.
Skill Claude CodeCodex
Start a task (phase implementation, incident response, or improvement).
Skill Claude CodeCodex
Map application-layer AWS resources (ECS, Lambda, ALB, API Gateway) and write a topology to AWSSTATEDIR.
Skill Claude CodeCodex
Query current AWS billing data and identify top cost drivers using Cost Explorer.
Skill Claude CodeCodex
Enumerate AWS compute, storage, network, and IAM resources and write a structured inventory to AWSSTATEDIR.
Skill Claude CodeCodex
Evaluate IAM posture, public exposure, and security service status of the current AWS account.
Skill Claude CodeCodex
Orchestrate a full AWS infrastructure scan across resources, security, cost, and applications.
Skill Claude CodeCodex
Conduct a decision-tree interview with the user to lock in requirements, motivation, scope, and non-goals before planning.