Fenix Agent Plugin — methodology and workflow layer for AI coding agents using the Fenix platform. Adds structured workflows, memory protocol, TDD discipline, and board progression on top of Fenix MCP tools.
Fenix builder — implements tasks with TDD discipline, read-first rule, and wave execution. Picks up tasks and executes them.
Fenix delivery — closes stories, updates documentation, cleans up TODOs, saves delivery summary.
Fenix planner — product planning (epics/features/stories) and technical planning (discussion phase, trade-offs, tasks). Adapts to business or technical level.
Fenix reviewer — code review with planning decision context, validates acceptance criteria and code quality.
Complete memory protocol for AI agents using Fenix. Defines when and how to search, save, and link memories for cross-session continuity.
Workflow for translating business requirements into epics, features, and stories in Fenix. Use when the user wants to plan a product, define scope, or create work item hierarchies.
First-time setup for the Fenix plugin. Uses OAuth for ALL platforms — no PAT.
Test-Driven Development discipline for AI agents. Red-Green-Refactor cycle, detection heuristic, and anti-patterns. Use when implementing features or fixing bugs.
Workflow for finalizing a story after all tasks pass review. Verifies completeness, closes the story, updates documentation, and cleans up. Use when all tasks are done and reviewed.
External network access
Connects to servers outside your machine
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.
Fenix Agent Plugin
Structured workflows and specialized agents for AI coding tools
Your AI agent has 68+ tools but no idea when to use them. Fenix adds the methodology layer — structured workflows, specialized agents, cross-session memory, and team-specific skills — so your agent plans before coding, tests before shipping, and remembers what happened yesterday.
Authentication is handled via OAuth 2.1 — your browser opens once for login, and tokens are managed automatically. No API keys or PATs to configure.
| Feature | Description | |
|---|---|---|
| Agents | Specialized agents | Fenix Plan, Build, Review, Deliver — each focused on one workflow phase |
| Planning | Discussion phase | Gray areas identified, options presented with trade-offs, decisions captured |
| Memory | Cross-session continuity | Agent searches past context at start, saves session state at end |
| TDD | Test-driven development | Red-Green-Refactor with automatic detection of when TDD applies |
| Skills | Dynamic discovery | Agents find and follow your team's standards automatically — no manual config |
| Standards | Guided creation | No team standards? Agent suggests creating them with your chosen scope |
| Boards | Status progression | Correct transitions: backlog → todo → in_progress → review → done |
| Context | Auto-loaded profile | User context, team info, and preferences injected before first message |
| Language | Multi-language | Agent responds in your language — configs are English, conversations are yours |
Step 1 — Install the plugin:
/plugin marketplace add fenix-assistant/fenix-plugin
/plugin install fenix
/reload-plugins
Step 2 — Authenticate:
/plugin to open the plugin panelNo PAT needed. Authentication is handled via OAuth 2.1 — your browser opens once, and tokens are cached automatically.
After installing, you get:
If you use different Fenix accounts in different projects (e.g., personal account in ~/dev/myproject and work account in ~/dev/company), install the plugin with the "local" scope (per-project). Each project directory automatically gets its own OAuth session — no extra configuration needed.
/plugin install fenix (select "local" when prompted)/reload-plugins/plugin → Connect on the Fenix MCP ServerThe plugin automatically generates a unique identifier per project directory, so each project authenticates independently. You can use a different Fenix account in each project without conflicts.
Single account users don't need this. If you only use one Fenix account, just install and authenticate — it works out of the box.
To update: /plugin update fenix then /reload-plugins
Paste this into your agent:
Install fenix-plugin following: https://raw.githubusercontent.com/fenix-assistant/fenix-plugin/main/docs/install-opencode.md
The agent will ask for your PAT, configure the MCP server, and install the fenix-opencode plugin.
npx claudepluginhub fenix-assistant/fenix-plugin --plugin fenixCorca Workflow Framework — consolidated hooks and skill orchestration for structured development sessions
Production-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 19 events, auto-learning pipeline, hook profiles, and multi-language coding standards
Long Task Harness for AI agents - task/feature-driven development with external memory
Multi-agent /workflow development pipeline (planner → plan-review → coder → code-review) with typed handoff contracts, lifecycle hooks, and MCP servers.
(Alpha) Persistent memory, architectural decisions, and safety guardrails for Claude Code. Your agent starts every session with full project context — stack, decisions, patterns, safety rules, and a handoff from the previous session.
Implementation planning, execution, and PR creation workflows with multi-agent collaboration