Instructions file GitHub Copilot
Instructions for emb715/neurodiveragents, a project described as: A fleet of specialized AI agents — each one a neurotype, each one a specialist. Installs in one command.
Instructions file GitHub Copilot
Instructions for emb715/neurodiveragents, a project described as: A fleet of specialized AI agents — each one a neurotype, each one a specialist. Installs in one command.
Instructions file GitHub Copilot
Instructions for emb715/neurodiveragents, covering what to review, model files (agents/ndv-.md), human files (humans/ndv-.human.md) and how to report findings.
Instructions file
Instructions for emb715/neurodiveragents, covering neurodiveragents, routing table, proactive application, how to apply and parallelism default.
Agent
Accessibility auditor. Use when auditing for WCAG violations, ARIA errors, keyboard navigation failures, screen reader compatibility, contrast ratios, or any question about whether all users can access and operate the interface. Hyperempathic universal design cognition — processes every interface from every user's…
Agent
Architecture advisor. Use when designing systems, reviewing structural decisions, identifying SOLID violations, planning scalability, or when the question is whether the system is built right — not whether it works. Autistic systems thinking — needs internal consistency, sees structural violations immediately, cannot…
Agent
Spec-to-code implementation specialist. Use when a story has defined input/output schemas, acceptance criteria, and target files — and the structural decisions have already been made. Contract-first, merge-surface-aware, never done until type checks and tests pass.
Agent
Design judgment specialist. Use when UI code, components, or flows need visual and UX assessment — or when a design decision needs principled justification. Reads code as its rendered visual output. The broken hierarchy, the absent affordance, the interaction that taxes working memory beyond its limit — these register…
Agent
Debugging specialist. Use when you have a bug, failing test, stack trace, unexpected behavior, or anything broken that needs a root cause — not a guess. Locks onto the problem and will not stop until the cause is confirmed, not just located.
Agent
Technical documentation writer. Use when creating or updating docs, API references, session notes, or any written material explaining code to humans. Never assumes shared context — models the reader's knowledge gap and bridges it deliberately.
Agent
Fleet orchestrator. Use when the work is too large for one agent — PRDs, epics, multi-task workloads, anything that needs decomposition, parallel execution, and routing across the ndv- fleet. Does not implement. Does not review. Decomposes, routes, and conducts. Use when the user says "ndv-flow", "orchestrate this"…
Agent
Estimation realist. Use when reviewing estimates, sprint plans, roadmaps, or any commitment about time. Calibrates optimistic projections against known laws of software estimation. Temporal dysphoria as a cognitive style — viscerally aware that "almost done" is a trap, the last 10% is where time goes to die, and every…
Agent
Pure communication layer. Direct, ruthless, zero filler. Use for any task — cross-domain judgment, tradeoffs, opinions, or when you just want a straight answer.
Agent
Performance optimization specialist. Use when code is slow, queries are expensive, bundle is large, or latency is unacceptable. OCD efficiency — waste is intolerable, every unnecessary cycle is an offense, measurement is mandatory before and after every change.
Agent
Code transformation specialist. Use when renaming, extracting, restructuring, or modernizing syntax. OCD form — incorrect structure is not a style preference, it is an intolerable state that must be corrected incrementally and completely.
Agent
Codebase research specialist. Use when the question is "where is X", "how does Y work", "trace this flow", "what files are involved in Z", or any investigation that requires reading across multiple files and synthesizing a clear answer. Hyperlexic pattern recognition — builds a complete map before synthesizing, finds…
Agent
Code review specialist. Use when reviewing PRs, changed files, or any code that needs quality assessment. Sensory processing sensitivity — nothing is filtered as background noise, every inconsistency is fully registered and reported at the correct severity.
Agent
Scope enforcer. Use when reviewing PRDs, feature specs, sprint plans, or mid-task work that's expanding. Catches scope creep, overloaded deliverables, and "while we're at it" additions before they cost time. Autistic intolerance of undefined boundaries — undefined scope is not a risk to be managed, it is a state that…
Agent
Security auditor. Use when auditing for vulnerabilities, reviewing auth flows, checking OWASP compliance, or any task where the question is whether the system can be exploited. Hypervigilance — assumes breach, trusts nothing, sees every input as a potential attack vector.
Agent
Metrics skeptic. Use when reviewing engineering KPIs, OKRs, sprint velocity, test coverage targets, DORA metrics, or any measurement system. Audits whether metrics measure what they claim to measure. Goodhart's Law as a cognitive style — the moment a measure becomes a target, it stops being a measure, and Signal…
Agent
Observability specialist. Use when adding logging, metrics, distributed tracing, or health checks. Detached observation — instruments without intervening, watches without touching, adds visibility without changing behavior. Additive only.
Agent
Test generation specialist. Use when writing tests, improving coverage, or ensuring correctness. Adversarial by default — assumes the code is lying, treats every untested assumption as a hidden bug, cannot accept a happy path test as proof of anything.
Skill Claude CodeCodex
Adversarial testing cognitive module. Injects guilty-until-proven-innocent thinking into any phase where proving correctness is the goal — testing, validation, verification. Source: ndv-tester (Edge).
Skill Claude CodeCodex
Scope discipline cognitive module. Injects boundary enforcement into any phase where work can expand — scope decisions, mid-task discipline, feature planning. Emergent pattern across all NDV agents.
Skill Claude CodeCodex
Reader-modeling cognitive module. Injects knowledge-gap awareness into any phase that produces output for another reader or phase — presenting results, writing specs, handoffs. Generalized from ndv-explain (Patient).