anombyte93

27 mods across 3 repositories, 684 stars between them.

anombyte93/prd-taskmaster

Plugin Claude Code

Marketplace manifest for the prd plugin (the Atlas engine). Add with: /plugin marketplace add anombyte93/prd-taskmaster.

592 18d ago A tokens not measured original MIT

prd-taskmaster

02

anombyte93/prd-taskmaster

Plugin Claude Code

Zero-config goal-to-tasks engine for Claude Code (the Atlas engine). Graded PRD validation, dependency-ordered task graph, and CDD-verified execution.

592 18d ago A tokens not measured original MIT

anombyte93/prd-taskmaster

Instructions file CodexOpenCode

Instructions for anombyte93/prd-taskmaster, covering agent instructions — atlas, the end goal (north star — test every change against this), backend model (v4.1+) and working rules.

592 18d ago A 732 tokens original MIT

anombyte93/prd-taskmaster

Instructions file

Instructions for anombyte93/prd-taskmaster, covering claude code instructions — atlas, the end goal (north star — test every change against this), tournament marketplace (prdtaskmaster/tournament/), the spine (atlas-protocol, separate repo) and backend model (v4.1+).

592 18d ago A 2,637 tokens original MIT

prd-taskmaster

05

anombyte93/prd-taskmaster

Skill Claude CodeCodex

Zero-config goal-to-tasks engine (the Atlas engine). Takes any goal (software, pentest, business, learning), runs adaptive discovery via brainstorming, generates a validated spec, parses into TaskMaster tasks, and hands off to execution. Use when user says "PRD", "product requirements", "I want to build", invokes…

592 18d ago A 80 tokens original MIT

research-expander

06

anombyte93/prd-taskmaster

Agent

Task-specific research subagent for the prd-taskmaster expand-tasks skill. Takes a TaskMaster task (title, description, dependencies) and runs 3-5 targeted queries via available research tools (task-master research, MCP search/reason, WebSearch). Returns structured summary (25-40 lines) with citations suitable for…

592 18d ago A 80 tokens original MIT

PreToolUse

07

anombyte93/prd-taskmaster

Hook

Runs before the agent uses a tool for mcp__plugin_prd_go__advance_phase, mcp__atlas-cdd__.* and mcp__atlas-loop__.* tool calls, executing gate_enforcer.py and mode_d_blocker.py via python3 (2 commands). From anombyte93/prd-taskmaster.

592 18d ago A tokens not measured copy · 83% MIT

Stop

08

anombyte93/prd-taskmaster

Hook

Runs when the agent finishes a response, executing evidence_gate.py via python3. From anombyte93/prd-taskmaster.

592 18d ago A tokens not measured original MIT

atlas

09

anombyte93/prd-taskmaster

Skill Claude CodeCodex

The Atlas engine — turn any goal into a validated PRD and an executable, verified task graph. Brand-name entrypoint; a thin alias for the go orchestrator. Use when the user types /prd:atlas, says "I want to build", or asks for a PRD / task-driven build.

592 18d ago A 66 tokens original MIT

customise-workflow

10

anombyte93/prd-taskmaster

Skill Claude CodeCodex

Customise the prd-taskmaster plugin workflow via curated brainstorm questions. The AI asks, the user answers in plain English, and the skill writes their preferences to .atlas-ai/config/atlas.json. Future runs of prd-taskmaster read that file and apply user preferences to phase gates, validation strictness, default…

592 18d ago A 137 tokens original MIT

discover

11

anombyte93/prd-taskmaster

Skill Claude CodeCodex

Phase 1 of the prd-taskmaster pipeline: brainstorm-driven discovery. Delegates to superpowers:brainstorming in Interactive Mode (one adaptive question at a time), or self-brainstorms in Autonomous Mode when no user is present. Intercepts before the brainstorming chain hands off to writing-plans — this skill owns the…

592 18d ago A 92 tokens original MIT

execute-fleet

12

anombyte93/prd-taskmaster

Skill Claude CodeCodex

Phase execution skill for licensed Atlas Fleet runs. Use when HANDOFF has selected Atlas Fleet and the project should be executed across isolated launcher worktrees with inbox-based result collection, verified CDD cards, sequential integration merges, and one final PR.

592 18d ago A 52 tokens original MIT

execute-task

13

anombyte93/prd-taskmaster

Skill Claude CodeCodex

Execute the next TaskMaster task using the implementation plan with CDD verification. Picks the next ready task, matches it to the plan step, implements via a dispatched subagent, verifies subtasks with evidence, marks the task done, and loops until every task is complete. Wraps the TaskMaster next -> in-progress ->…

592 18d ago A 98 tokens original MIT

expand-tasks

14

anombyte93/prd-taskmaster

Skill Claude CodeCodex

Expand all TaskMaster tasks with deep research before coding begins. Reads tasks.json, launches parallel research agents per task in waves using the research-expander agent. Writes findings back to tasks.json. Part of the prd-taskmaster toolkit. Use after PRD is parsed and before implementation. Invoke with…

592 18d ago A 68 tokens original MIT

generate

15

anombyte93/prd-taskmaster

Skill Claude CodeCodex

Phase 2 of the prd-taskmaster pipeline: spec generation and task parsing. Loads a template (comprehensive|minimal), fills it with DISCOVER-phase constraints and answers, validates the spec (placeholdersfound, grade thresholds), parses the PRD into tasks via task-master, runs TaskMaster's native complexity analysis…

592 18d ago A 91 tokens original MIT

go

16

anombyte93/prd-taskmaster

Skill Claude CodeCodex

Zero-config goal-to-tasks engine. Takes any goal (software, pentest, business, learning), runs adaptive discovery, generates a validated spec, parses into TaskMaster tasks, creates an implementation plan, and executes with built-in CDD verification. Use when user says "PRD", "product requirements", "I want to build"…

592 18d ago A 76 tokens original MIT

handoff

17

anombyte93/prd-taskmaster

Skill Claude CodeCodex

Phase 3 of the prd-taskmaster pipeline: smart mode selection and user handoff. Detects installed capabilities (superpowers, ralph-loop, task-master-ai, playwright, research providers), recommends ONE execution mode (A/B/C) with reasoned justification, appends the task-execution workflow to CLAUDE.md, surfaces a…

592 18d ago A 158 tokens original MIT

setup

18

anombyte93/prd-taskmaster

Skill Claude CodeCodex

Phase 0 of the prd-taskmaster pipeline. Resolves the active backend, initializes the project, configures the provider stack when the TaskMaster backend is active (DETECT-FIRST — never overwrite a working user config), and verifies the AI pipeline. Autonomous: zero user questions unless a hard block is hit. Declares…

592 18d ago A 77 tokens original MIT

test-spec-gen

20

anombyte93/atlas-session-lifecycle

Skill Claude CodeCodex

Universal test specification generator that explores codebases, researches best practices, and generates comprehensive test specs via multi-agent orchestration. Outputs Hermes-style test specification documents with TC-XXX formatting, area segmentation, and optional Trello card conversion.

88 29d ago A 50 tokens original MIT

start

22

anombyte93/atlas-session-lifecycle

Skill Claude CodeCodex

Session initialization and lifecycle management: bootstraps session context, organizes files, generates CLAUDE.md, manages soul purpose lifecycle with completion protocol and active context harvesting. Use when user says /start, /init, bootstrap session, initialize session, or organize project.

88 29d ago A 55 tokens original MIT

stepback

23

anombyte93/atlas-session-lifecycle

Skill Claude CodeCodex

Use when hitting the same error after 2+ fix attempts, when multiple symptoms share a common system, or when fixes feel like whack-a-mole. Forces architectural reassessment over symptom-patching. Also use proactively when a fix touches infrastructure-level config.

88 29d ago A 55 tokens original MIT

stop

24

anombyte93/atlas-session-lifecycle

Skill Claude CodeCodex

Gracefully close, pause, or verify a session: harvest promotable content, save progress, archive soul purpose, settle AtlasCoin bounty. Use when user says /stop, wrap up, done for the day, finishing up, close session, pause, verify, or end session.

88 29d ago A 59 tokens original MIT