By Noogic
Ticket-driven feature implementation workflow: generate roadmaps from specs, decompose into tickets, implement milestones as vertical slices, test, review, fix. Orchestrates specialized agents with verification gates and gap detection.
Implement a milestone from the roadmap with automated exploration, implementation, testing, review, and fixes
Generate a ROADMAP.md from project specs by decomposing features into vertical-slice milestones
Generate a detailed ticket file for a roadmap milestone
Explores codebases to understand existing code, patterns, conventions, and dependencies needed before implementing features. Use when preparing to implement roadmap items for The Forge project.
Fixes implementation files based on review findings. Addresses reported issues systematically, ensures all tests pass after changes.
Implements features for The Forge following project conventions exactly. Writes high-quality Laravel + Vue + Inertia code with tests. Use when implementing roadmap items.
Reviews a SINGLE file for correctness, convention adherence, completeness, and common issues. Spawn one instance per file for parallel reviews.
Generates detailed ticket files for roadmap milestones. Reads the project specs and roadmap, then produces a comprehensive implementation spec with behaviors, data model, interface contracts, and test coverage.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub noogic/claude-plugins --plugin forge-devMulti-stage test development workflow: explore, implement, run, review, fix. Orchestrates specialized agents to write high-quality tests.
A workflow automation system that helps Claude Code implement features systematically with built-in planning, validation, and review steps
Spec-driven development for big features. When features get too big, plan mode gets too vague—leading to hallucinations during implementation. ShipSpec replaces vague plans with structured PRDs, technical designs, and ordered tasks that keep Claude grounded.
Spec Driven Development toolkit - structured specification, planning, and implementation workflows for systematic feature development
Requirements-driven development workflow with quality gates for practical feature implementation
AI Coding Agent - PRD to tasks to implementation loop
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review