noogic — Claude Code Plugins
A collection of Claude Code plugins for automated development workflows.
Setup
Add this marketplace to Claude Code:
/plugin marketplace add Noogic/claude-plugins
Then install any plugin:
/plugin install <plugin-name>@noogic
Plugins
linear-forge
Linear-driven feature workflow: Define → Build → Ship.
Fetches vague Linear tickets, enriches them with a structured spec, implements the feature using feature-dev agents, writes tests using test-dev agents, and ships a PR with parallel multi-angle review (security, performance, correctness).
/plugin install linear-forge@noogic
Prerequisites: feature-dev@claude-plugins-official, test-dev@noogic, Linear MCP server, gh CLI.
| Command | Description | |---------|-------------| | /linear-forge [task-id] | Full workflow: define, build, and ship | | /linear-forge-define [task-id] | Define a ticket (fetch, enrich, write back to Linear) | | /linear-forge-build [task-id] | Build a defined ticket (explore, architect, implement, test, review) | | /linear-forge-ship [task-id] | Ship (create PR, multi-angle review, link to Linear) |
---
test-dev
Multi-stage test development workflow. Orchestrates specialized agents to explore the codebase, write tests, run them, review quality, and fix issues.
/plugin install test-dev@noogic
| Command | Description | |---------|-------------| | /test-dev [area or ticket] | Explore, implement, run, review, and fix tests |
Agents provided: test-explorer, test-implementer, test-reviewer, test-fixer
---
forge-dev
Ticket-driven feature implementation for projects using a spec → roadmap → ticket workflow. Generates roadmaps from specs, decomposes them into tickets, and implements milestones as vertical slices with testing, review, and verification gates.
/plugin install forge-dev@noogic
| Command | Description | |---------|-------------| | /forge-dev [milestone] | Implement a milestone from the roadmap | | /forge-roadmap | Generate a ROADMAP.md from project specs | | /forge-ticket [milestone] | Generate a detailed ticket for a milestone |
Agents provided: feature-explorer, feature-implementer, feature-reviewer, feature-fixer, ticket-writer
How plugins work together
- linear-forge uses agents from both
feature-dev(official) andtest-dev(this marketplace). Install all three for the full workflow. - test-dev agents are available to any installed plugin.
linear-forgeandforge-devboth use them for testing. - forge-dev is a standalone workflow for projects that use a spec-driven roadmap approach. It does not require Linear.




