Instructions file
Instructions for d-mariano/spicyclaude, covering claude.md, principles, code intelligence, documentation and claude.md files.
Instructions file
Instructions for d-mariano/spicyclaude, covering claude.md, principles, code intelligence, documentation and claude.md files.
Agent
This directory contains specialized agent configurations for Claude Code. Each agent is designed to handle specific types of tasks autonomously, using defined tools and models to achieve optimal results.
Agent
Use this recusrive agent to update CLAUDE.md files either on-demand or after any updates to features, data-flow, or infrastructure.
Command
This directory contains custom slash command definitions for Claude Code. Slash commands are user-defined operations that expand to full prompts, enabling consistent workflows and specialized task execution.
Command
Invoke the claude-crawler agent.
Command
Design a new system from scratch — landscape analysis, decisions, full design, review.
Command
Design a feature for an existing codebase — reconnaissance, strategy, integration design, review.
Command
Design workflow router — detects your codebase and task, recommends the right workflow.
Command
You are a world class software engineer.
Command
Explore code and the web to build context on a PRD or topic for in-conversation discussion — no file output. Use when the user wants to quickly scope or discuss something without persisting a research doc (use /research for that).
Command
Prepare a plan that implements the PRD or subcomponent that is informed by recent research.
Command
Research a PRD, ticket, or topic by reading related code and the web before any implementation. Use when the user says 'research X', shares a PRD/Jira link, or asks to scope a feature.
Skill Claude CodeCodex
Fast single-pass code review of a diff. Use for a quick read-only review of a PR or the current branch — pulls the diff, runs one consolidated pass against the shared severity rubric, and prints a severity-tiered summary. No subagents, never posts. For deep multi-reviewer review use /review-heavy.
Skill Claude CodeCodex
Breaks a technical design document into an epic (or several epics) and actionable user stories with acceptance criteria, dependencies, and explicit out-of-scope items. Use this whenever a user shares a design doc, RFC, technical spec, PRD, ADR, or implementation proposal and wants it turned into work items — tickets…
Skill Claude CodeCodex
Create a technical design document from a PRD interactively. Walks tdd-[nnn].md section-by-section, then a contracts-[nnn].md companion for field-level wire shapes — surfacing every choice via AskUserQuestion.
Skill Claude CodeCodex
Produces a cold-read feasibility findings draft for a technical design. Reads TDD, contracts, PRD, and prior research in a forked context with no conversation history; extracts claims; verifies load-bearing ones via web research; writes .feasibility-[nnn]-draft.md. Used by feasibility-study as its research phase, and…
Skill Claude CodeCodex
Pressure-tests a technical design document, runs research in a forked cold-read subagent, walks the user through findings, produces feasibility-[nnn].md. Use when reviewing a TDD, running a feasibility study, sanity-checking a design, or validating whether NFR targets are achievable with the chosen tech.
Skill Claude CodeCodex
Multi-phase technical design workflow for adding features to existing codebases. Covers codebase reconnaissance, change strategy, delta-focused integration design, and automated review. Use when extending a system that already exists with established patterns.
Skill Claude CodeCodex
Validate and test frontend changes.
Skill Claude CodeCodex
Multi-phase technical design workflow for building new systems from scratch. Covers landscape analysis, decision locking, full system design, and automated review. Use when there is no existing codebase or when building an entirely new service/application.
Skill Claude CodeCodex
Enforces Python best practices for typing, structure, and tooling during both planning and implementation. Use when designing, planning, or writing Python code, modules, APIs, or applications. Triggers: 'python', 'pytest', 'pydantic', 'dataclass', 'fastapi', 'django', 'flask', 'uv', 'poetry', 'ruff', 'mypy', '.py…
Skill Claude CodeCodex
Composable modifier that adds legacy analysis, migration strategy, behavior preservation, and cleanup planning to either the greenfield or feature-integration design workflow. Apply when the task involves replacing, restructuring, or rewriting significant existing code.
Skill Claude CodeCodex
Deep, risk-tiered multi-reviewer code review. Sizes the change, fans out to the right set of read-only reviewer subagents in parallel, cross-checks findings with a verification pass, then prints one severity-tiered report and verdict — and optionally posts it to the PR (inline + summary). Never approves or merges.
Skill Claude CodeCodex
Subagent-Powered Iterative Coding Engine — A multi-phase SDLC workflow using context-efficient patterns. Subagents for research/planning, main context for implementation with /clear discipline. Activates on: feature requests, multi-step implementations, complex refactoring, mentions of 'spice', 'workflow', 'plan and…