felipeJJ

10 mods across 1 repository, 1 stars between them.

fullStack-pipeline

01

felipeJJ/fullStack-pipeline

Plugin Claude Code

Marketplace for the fullStack-pipeline plugin: a multi-agent TDD development pipeline for Claude Code.

1 1mo ago A tokens not measured original MIT

fullStack-pipeline

02

felipeJJ/fullStack-pipeline

Plugin Claude Code

Multi-agent TDD development pipeline: discovery, planning, red tests, implementation, review with complexity ratchet, and a local task registry. Portable across projects via a per-project profile.

1 1mo ago A tokens not measured original MIT

dev

03

felipeJJ/fullStack-pipeline

Agent

Implements one area's production code until the pipeline's failing tests pass. Spawned by the pipeline orchestrator with an area name, a plan file path, and the list of tests to satisfy. Does not make architecture decisions.

1 1mo ago A 47 tokens original MIT

reviewer

04

felipeJJ/fullStack-pipeline

Agent

Audits a completed pipeline task before commit — runs tests, enforces the cyclomatic-complexity ratchet on changed code, verifies plan delivery and contract compliance. Read-only on code; reports defects, never fixes them.

1 1mo ago A 48 tokens original MIT

tester

05

felipeJJ/fullStack-pipeline

Agent

Writes failing tests (TDD red) for one area of the project before any implementation exists. Spawned by the pipeline orchestrator with an area name and a plan file path. Never writes production code.

1 1mo ago A 43 tokens original MIT

PreToolUse

06

felipeJJ/fullStack-pipeline

Hook

Runs before the agent uses a tool for Write, Edit and Bash tool calls, executing tdd-guard.js and commit-gate.js via node (2 commands). From felipeJJ/fullStack-pipeline.

1 1mo ago A tokens not measured original MIT

PostToolUse

07

felipeJJ/fullStack-pipeline

Hook

Runs after a tool call finishes for Bash tool calls, executing post-commit.js via node. From felipeJJ/fullStack-pipeline.

1 1mo ago A tokens not measured original MIT

init-profile

08

felipeJJ/fullStack-pipeline

Skill Claude CodeCodex

Use when a project has no .claude/pipeline/profile.json yet and the user wants to adopt the fullStack-pipeline workflow, or when the profile needs to be reconfigured (new area, changed test commands, new thresholds).

1 1mo ago A 50 tokens original MIT

pipeline

09

felipeJJ/fullStack-pipeline

Skill Claude CodeCodex

Use when starting any development task (feature, bugfix, refactor, hotfix) in a project that has a pipeline profile (.claude/pipeline/profile.json), before writing or editing any production code.

1 1mo ago A 44 tokens original MIT

tasks

10

felipeJJ/fullStack-pipeline

Skill Claude CodeCodex

Use when the user asks about pipeline tasks — listing open tasks, searching past tasks or bugfixes, reviewing a plan before execution, checking what was delivered in a task, or registering a task retroactively (hotfix done outside the pipeline).

1 1mo ago A 51 tokens original MIT