rageatc-oss
01Plugin Claude Code
Claude Code plugins for sharper thinking and structured problem-solving.
Plugin Claude Code
Claude Code plugins for sharper thinking and structured problem-solving.
Plugin Claude Code
Scale-adaptive software development — TDD, verification, perspective-based review, interface design, and tool capabilities (browser automation, PDFs, YouTube transcripts, local-LLM and Codex delegation).
Agent
Designs software architecture from a confirmed PRD. Produces ARCHITECTURE.md and optional ADRs. Applies scale-adaptive depth based on workflow tier. Use when a PRD exists and architecture must be designed before decomposition begins.
Agent
Decomposes a confirmed ARCHITECTURE.md into a structural implementation roadmap of isolated, dependency-ordered chunks. Applies scale calibration and vertical-slice chunking. Produces ROADMAP.md for enriching-roadmap to make executable. Use when architecture is confirmed and work must be decomposed before…
Agent
Implements code per enriched roadmap chunk within architectural boundaries. Works in isolated worktree. Preloads TDD and verification skills. Reports status codes to orchestrator. Use for all implementation tasks.
Agent
Reviews implementation against enriched roadmap chunk, architecture, and code quality standards. Applies perspective references loaded by orchestrator. Produces structured review with accept/revise decision. Use for quality gate after developer-agent produces code, and for whole-project review against PRD at end of…
Agent
Emulates a real end user interacting with a newly-built product. Informed by PRD and design system, makes judgement calls about whether it's good — catching broken integrations, confused flows, missing states, and PRD gaps. Use after whole-project review to evaluate the experienced product.
Hook
Runs when a session starts on startup, clear and compact, running an inline shell check (3 commands). From isvlasov/rageatc-oss.
Skill Claude CodeCodex
Designs software architecture from a confirmed PRD. Use when a PRD exists and architecture must be designed before implementation, when writing ADRs, choosing an architecture style, or selecting technology and databases.
Skill Claude CodeCodex
Writes correct, version-aware Telegram bot code. Use when writing, extending, or debugging a Telegram bot in python-telegram-bot, aiogram, grammY, or Telegraf. Not for Telegram client API (TDLib), languages other than Python and Node.js, or non-Telegram platforms.
Skill Claude CodeCodex
Converts an approved ARCHITECTURE.md into an implementation roadmap of isolated, dependency-ordered chunks. Use when architecture has been approved and work must be decomposed before implementation begins.
Skill Claude CodeCodex
Delegates a task to OpenAI Codex running as an interactive session in a herdr pane - uses the user's ChatGPT subscription, visible in herdr, steerable mid-session. Use when delegating work to codex, offloading a task to a GPT model (sol, terra, luna), or running a second opinion from a non-Claude frontier model. Not…
Skill Claude CodeCodex
Delegates a task to a local LLM running as a Pi coding-agent session in a herdr pane - the subagent is visible in herdr, can be steered mid-session, and costs no cloud tokens. Use when delegating work to a local model, spawning a Pi subagent, offloading a task to omlx (qwen, gemma), or running agent work offline. Not…
Skill Claude CodeCodex
Creates a design system for software with a UI. Use when a project has a user interface and architecture is confirmed — whether creating from scratch or extracting patterns from existing code.
Skill Claude CodeCodex
Enriches implementation roadmap chunks with acceptance criteria, pattern references, and contextual notes. Use after decomposing-work has produced the structural roadmap and before planning-software creates the orchestration plan. Does not modify chunk structure or dependencies.
Skill Claude CodeCodex
Evaluates software quality from an end user's perspective. Use when emulating a real user to assess a running web app, CLI tool, or API.
Skill Claude CodeCodex
Retrieves up-to-date documentation, API references, and code examples for any developer technology. Use whenever the user asks about a specific library, framework, SDK, CLI tool, or cloud service — including well-known ones like React, Next.js, Prisma, Django, or Spring Boot. Use for API syntax, configuration, version…
Skill Claude CodeCodex
Loads the rageatc-code-oss operating rules directly from the plugin when the SessionStart hook has not delivered them. Use when the rageatc-code-oss failsafe line appears in session-start hook output, when the plugin's operating rules are absent from context, or when the injected rules look truncated.
Skill Claude CodeCodex
Extracts product requirements and produces a PRD. Use when a user wants to build software and needs to define what to build before architecture or implementation, when scoping an MVP, or when translating a vague idea into a buildable specification.
Skill Claude CodeCodex
Runs software development projects from idea to completion. Use when starting a software project, adding a feature, fixing a bug, or resuming an in-progress build.
Skill Claude CodeCodex
Transforms an approved enriched roadmap into an orchestration plan. Use when creating an orchestration plan, producing a build plan, or resuming a project from a saved plan. Not for roadmap creation/enrichment or workflow tier selection.
Skill Claude CodeCodex
Automates browser interactions. Use when navigating websites, interacting with web pages, filling forms, taking screenshots, testing web applications, or extracting data from web pages.
Skill Claude CodeCodex
Reviews code. Use when reviewing code implementations, assessing code quality, running a security review, checking spec or design system compliance, or conducting an end-of-build whole-project review against PRD success criteria.
Skill Claude CodeCodex
Creates the standard project file structure for a software project. Use when starting a new software project, initialising project files, or setting up a project workspace before architecture and decomposition begin.