adaptive-engineering
v0.3.0Choose proportionate engineering process and ship the simplest verified solution.
By Neuraforge0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 9 skill or MCP entries
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install adaptive-engineering for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add adaptive-engineering@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/neuraforge-cl-es/adaptive-engineeringClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/adaptive-engineering/SKILL.md├── skills/code-review/SKILL.md├── skills/existing-system-scan/SKILL.md├── skills/minimal-planning/SKILL.md├── skills/simplification-gate/SKILL.md├── skills/systematic-debugging/SKILL.md├── skills/task-triage/SKILL.md├── skills/verification/SKILL.md└── skills/verified-implementation/SKILL.md
Included Skills9
Select and execute the least process necessary for a software-engineering task using FAST, STANDARD, or DEEP mode, with explicit reuse, complexity, simplification, and verification gates. Use for implementation, debugging, refactoring, code review, architecture, CI/CD, infrastructure, security, data, and public-contract work when process depth should scale with risk.
Review a change for correctness, regressions, security, compatibility, operational risk, and unnecessary complexity, prioritizing actionable findings over style noise.
Inspect the repository for existing behavior, conventions, native capabilities, and installed dependencies before creating new code or abstractions.
Produce a right-sized implementation plan with acceptance criteria, complexity budget, verification, and rollback proportional to the selected mode.
Review an implementation or diff for avoidable complexity, unnecessary code, dependencies, abstractions, configuration, and duplication before completion.
Debug failures by reproducing, narrowing, forming evidence-based hypotheses, and verifying the root cause before applying the smallest durable fix.
Classify a software task as FAST, STANDARD, or DEEP based on risk, scope, ambiguity, reversibility, and blast radius. Use before non-trivial implementation or when choosing process depth.
Establish concrete evidence that a change works by selecting and running the strongest practical tests, checks, builds, or integration validations for the task.
Implement a planned change in small coherent increments, preserving repository conventions and verifying behavior as work progresses.
Plugin manifests2
{
"name": "adaptive-engineering",
"version": "0.3.0",
"description": "Choose proportionate engineering process and ship the simplest verified solution.",
"skills": "./skills/"
}{
"name": "adaptive-engineering",
"description": "Adaptive software-engineering workflow: use the least process necessary, then ship the simplest verified solution.",
"version": "0.3.0",
"author": {
"name": "Neuraforge"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[adaptive-engineering on Agent Plugins Marketplace](https://pluginsmp.com/plugins/adaptive-engineering)