AGENTS.md instructions for papadopouloskyriakos/agentic-chatops, covering agents.md — claude gateway, read first, spec-driven surfaces (d2 slice — ifrnllei01prd-1260), what is and is not spec-regenerable and conventions.
Claude Code instructions for papadopouloskyriakos/agentic-chatops, covering claude-gateway — n8n workflow project, context, available mcp tools, 03lab reference library and data trust hierarchy (always follow this order).
Produce design + contracts (OpenAPI/AsyncAPI/JSON Schema) + ADRs for a greenfield feature. Wraps /plan. Use when the spec exists but design/contracts don't yet. Reads existing PROJECT.json, constitution.md, requirements.md as input.
Interview the operator and produce EARS-format requirements + PROJECT.md/.json + Gherkin acceptance scenarios. Iterates until ears-lint passes. Use this subagent when running /specify in a fresh context, especially for complex projects where the orchestrator's main context is already loaded with other content.
Run validate-project-spec.py against a project and report gaps in human-readable form. Cheap (haiku model) read-only check. Use as Phase F gate before invoking project-onboard.sh.
Atomize a designed feature into tasks.json with filesowned + dependencies + parallelizable + acceptancetest + riskscore per task. Wraps /tasks. Iterates until task-DAG + collision validators pass.
Meta-skill chaining /specify → /constitute → /plan → /tasks → spec-validation → dispatch-ready. Greenfield project from idea to parallel-dev-ready in one flow. Halts with clear remediation if any phase fails the DoD gate.
Phase C of greenfield project bootstrap. Produce constitution.md (5-15 non-negotiable articles) + steering/.md (cross-cutting agent-wide rules). Pauses for operator review before exit.
Phase D of greenfield project bootstrap. Produce design.md + data-model.md + contracts/{openapi,asyncapi,schemas/} + adr/NNNN-.md. Validates contracts via swagger-cli/asyncapi/ajv before exit.
Phase B of greenfield project bootstrap. Interview the operator to produce PROJECT.json + PROJECT.md + spec/NNN-/requirements.md (EARS-only) + acceptance/.feature scenarios. Iterates until ears-lint.py passes.
Phase E of greenfield project bootstrap. Atomize design.md + contracts into tasks.json with filesowned + dependencies + acceptancetest + riskscore per task. Iterates until task-dag-validate passes.
When multiple hosts alert simultaneously (burst), create a master YouTrack issue, run per-host triage, link children, analyze correlation, and escalate the master to Claude Code.
Cross-tier review protocol — chain of verification for REVIEW REQUEST messages from Claude Code (Tier 2). Includes 5-step checklist and REVIEWJSON output format.
Escalate a YouTrack issue to Claude Code (Tier 2) for CODE IMPLEMENTATION ONLY. Use ONLY when someone explicitly asks to implement, fix, refactor, build, or write code. Do NOT use for questions, lookups, or status checks — use youtrack-lookup for those instead.
Infrastructure alert triage — dedup via YT search, deep PVE/K8s investigation, auto-escalation for recurring/flapping alerts, control plane deep dive for K8s controller nodes.
Query OpenClaw's episodic memory — past triage outcomes, host patterns, alert history. Use before triage to check if you've seen this host/alert before and what happened.
Look up infrastructure devices, VMs, IPs, VLANs, and interfaces from NetBox CMDB. Use this skill FIRST for any question about what a host is, where it lives, its IP, VLAN, or role. Covers all NL and GR sites (310+ objects). Preferred over LibreNMS for device identification.
Query past incident resolutions from the knowledge base. Use when asked about prior incidents, what fixed a host/alert before, or playbooks for similar alerts. Searches by hostname or alert rule name.
Daily proactive health scan for pre-alert conditions. Checks disk space, certificate expiry, stale YT issues, VPN status, and SeaweedFS health. User-invocable via /proactive-scan.