level7-dev-loop
v0.1.0-dev.5One-intent solo development: inspect, implement, test, repair, self-review, and hand off with optional team assurance.
By Level 7 EngineeringLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 12 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add level7-dev-loop@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/addressanup/level7-dev-loopClone 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/l7-build/SKILL.md├── skills/l7-change/SKILL.md├── skills/l7-constitution/SKILL.md├── skills/l7-deploy/SKILL.md├── skills/l7-experience/SKILL.md├── skills/l7-geometry/SKILL.md├── skills/l7-greenfield/SKILL.md├── skills/l7-next/SKILL.md├── skills/l7-ops/SKILL.md├── skills/l7-release/SKILL.md├── skills/l7-review/SKILL.md└── skills/l7-storybook/SKILL.md
Included Skills12
Implement one bounded change continuously through code, tests, repair, and truthful self-review with controls proportional to risk.
Change a live product with one risk-tiered workflow: brief when needed, implementation, tests, review, and merge or safe release.
Load the lean Level 7 engineering rules: risk-proportionate planning, small changes, automated verification, protected controls, and truthful handoff.
Deploy an exact verified candidate with explicit effect-boundary authority, rollback, smoke tests, and monitoring.
Diagnose and improve a working product's UX with one scoped change brief when behavior or experience meaningfully changes.
Apply focused spacing, sizing, baseline, radius, and optical-alignment polish with measured acceptance criteria and minimal process.
Establish the minimum product foundation needed to build safely: problem, acceptance criteria, architecture decisions, stack, harness, and backlog.
Conduct one intent through inspection, implementation, verification, repair, self-review, and a review-ready handoff without exposing a skill graph.
Operate a live product using SLOs, incidents, feedback, and prioritized fixes without mandatory report generation.
Validate a real release boundary or perform opt-in team assurance without imposing an independent-audit gate on solo development.
Review an ad-hoc implementation with targeted, risk-proportionate checks and escalate only concrete high-risk gaps.
Explain multi-tenant product behavior and unresolved decisions without turning narrative work into an approval chain.
Plugin manifests2
{
"name": "level7-dev-loop",
"version": "0.1.0-dev.5",
"description": "One-intent solo development: inspect, implement, test, repair, self-review, and hand off with optional team assurance.",
"author": {
"name": "Level 7 Engineering"
},
"homepage": "https://github.com/addressanup/level7-dev-loop#readme",
"repository": "https://github.com/addressanup/level7-dev-loop",
"license": "MIT",
"keywords": [
"workflow",
"architecture",
"release",
"risk-tier",
"ux",
"multi-tenant"
],
"skills": "./skills/",
"interface": {
"displayName": "Level 7 Dev Loop",
"shortDescription": "One intent to a tested handoff",
"longDescription": "Solo-first development conductor for inspect, implement, test, repair, self-review, and review-ready handoff. Team assurance is opt-in. No provider support, installation, or release claim is implied.",
"developerName": "Level 7 Engineering",
"category": "Developer Tools",
"defaultPrompt": [
"Use l7-next to implement and verify this change end to end",
"Use l7-next to continue the current repository work",
"Use l7-release for an actual release boundary or configured team review"
]
}
}{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "level7-dev-loop",
"displayName": "Level 7 Dev Loop",
"version": "0.1.0-dev.5",
"description": "One-intent solo development: inspect, implement, test, repair, self-review, and hand off with optional team assurance.",
"author": {
"name": "Level 7 Engineering"
},
"homepage": "https://github.com/addressanup/level7-dev-loop#readme",
"repository": "https://github.com/addressanup/level7-dev-loop",
"license": "MIT",
"keywords": [
"workflow",
"architecture",
"release",
"risk-tier",
"ux",
"multi-tenant"
]
}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.
[level7-dev-loop on Agent Plugins Marketplace](https://pluginsmp.com/plugins/level7-dev-loop)