Instructions file
Claude Code instructions for sameera/nexus, covering nexus, project overview, working on nexus itself, code conventions and test-first development.
Instructions file
Claude Code instructions for sameera/nexus, covering nexus, project overview, working on nexus itself, code conventions and test-first development.
Agent
Technical architecture expert for system design, scalability, and implementation feasibility. Invoke for: technical feasibility assessment, comparing implementation approaches, architecture reviews, performance/security deep-dives, or evaluating scope changes from a technical perspective.
Agent
Epic-level planning gate. Checks one epic.md for acceptance-criteria quality by storytype and internal consistency, before its story issues are filed. Invoke from /nxs.epic (at the approval gate) or standalone against any epic.md. Returns inline findings; makes no edits and files no issues.
Agent
Principal Product Manager with domain expertise.
Command
Implementation-conformance gate. Checks the implemented code against the epic's acceptance criteria, success metrics, and the decision record's invariants — does the build do what the planning said. Refuses to run while the epic's decision-record sub-issue is unapproved, and stamps which record it checked against.…
Command
Close an epic. Emits a human-prose close record beside the resolved epic.md — under the gitignored .nexus/tmp/ for an issue-sourced local close, in the committed entry for an old-contract one — (key decisions + deferred-scope pointer + deviation rationale from a close-from-diff pass), files deferred scope as backlog…
Command
Product council facilitator that synthesizes PM and Architecture perspectives into actionable recommendations. Invoke for feature decisions, build-vs-buy evaluations, scope trade-offs, or when you need balanced product/technical analysis.
Command
Add the architectural decision record to a planned epic — the focused "why" (key decisions + refuted alternatives, invariants, risks), tiered by complexity. Reads the epic and its stories; files the record as a sub-issue of the epic issue (its durable home) and moves the epic from needs-design to in-progress, with…
Command
Run pre-epic discovery on a foggy initiative as a multi-session loop over a committed store. Starts a discovery by naming its destination and writing one decision ticket per open decision, resumes it one decision at a time, and closes it when the resolutions conclude that no build follows. Writes nothing to GitHub — a…
Command
Drain the queue — committed entries and same-sitting ephemeral .nexus/tmp entries alike — into the concept store via a reviewed distillation-PR. Reads each closed queue entry (epic + close record) plus the epic's decision record — fetched from its record sub-issue and verified against the hash stamped at close — plus…
Command
Turn a natural-language capability description into a right-sized epic with user stories and acceptance criteria, then — on approval at a decision-grade digest — file the epic and one GitHub issue per story together. Takes intent directly — no feature brief required. Oversized scope decomposes to backlog stub issues…
Command
One-time project bootstrap. Auto-detects the stack, generates system docs/standards, scaffolds the Nexus surfaces, then runs an interactive interview (via the nxs-setup skill) to build the product context. Replaces the old nxs.init + nxs.product-context.
Skill Claude CodeCodex
Convert repository-relative paths to absolute GitHub URLs for use in documentation.
Skill Claude CodeCodex
Run the close-migration preflight or the gated migrate step of /nxs.close. Use standalone to diagnose a member repo's close readiness or to recover a half-finished migration.
Skill Claude CodeCodex
Rebuild a planned epic from its GitHub issue number — the epic body, its story sub-issues, and the native blockedby graph — into a deterministic, gitignored epic.md. The single producer of the materialized epic every downstream stage reads when nothing was committed at planning.
Skill Claude CodeCodex
Create a GitHub issue from an Epic document. Use when the user wants to create a GitHub issue from an epic.md file, sync an epic to GitHub, or link an epic document to a GitHub issue. The skill extracts the epic title and type from YAML frontmatter, creates an issue via gh issue create, and updates the frontmatter…
Skill Claude CodeCodex
Create GitHub issues from STORY-.md work-item files. Use to bulk-create one issue per user story from markdown files whose frontmatter carries title, labels, parent (epic), and project. Extracts frontmatter, creates issues via gh CLI, links each as a sub-issue of the parent epic, and adds them to a project.
Skill Claude CodeCodex
Resolve a PR's merge state and SHAs and manage the git worktree for the --pr post-merge flow of /nxs.analyze and /nxs.close. Single-repo and hub only; rejects member repos.
Skill Claude CodeCodex
Compute the canonical digest of an epic's decision-record sub-issue — the one implementation every stage that stamps or verifies the record hash invokes. Fetches the record body from GitHub, applies the stated canonicalisation rule, and prints the full hexadecimal digest plus the record's approval state. Use from…
Skill Claude CodeCodex
Interactive product-context interview. Asks at most 5 strategic questions one at a time, applies PM pattern-recognition to infer the rest, and writes the product context under the resolved docs root (docs/product/context.md in a single-repo checkout). Invoked by /nxs.setup during project bootstrap, or run standalone…
Skill Claude CodeCodex
Print the workspace status read-out — the hub, each declared member, and each member's checkout state — resolved from the current checkout. Use to verify a new or changed multi-repo workspace before a downstream stage depends on it, or to confirm a repo is in single-repo mode.
Agent Claude Code
Consistency and completeness validator. Analyzes epic/HLD/task alignment, identifies coverage gaps, detects inconsistencies, auto-remediates task issues. Invoke for: pre-issue-creation validation, coverage analysis, superfluous task detection.
Agent Claude Code
DEPRECATED - Use nxs-architect instead.
Agent Claude Code
DEPRECATED - Use nxs-pm instead.