By JPVT1977
Zero-defect engineering standard for Claude Code. Session discipline, TDD, investigation protocol, circuit breakers, security baselines, performance targets, rollback playbooks, and observability. Built for teams where code quality is non-negotiable.
Use when a feature touches 5+ files, involves multiple layers (API + DB + frontend), or will take more than one session to complete. Enforces structured decomposition with design-first, task breakdown, review gates, and integration verification. Prevents context drift during long implementation sessions.
Use at every session start and throughout all development work. This is the core engineering standard — it governs session start/end procedures, code quality rules, investigation protocol, circuit breakers, security baselines, performance targets, commit format, rollback playbooks, and observability requirements. Activates automatically on session start.
Use when implementing any new feature, endpoint, service method, or critical flow. Enforces strict RED-GREEN-REFACTOR cycles where tests must fail before implementation exists. Does NOT trigger for quick bug fixes, config changes, documentation, single-line patches, or UI tweaks with no logic.
Production-grade engineering standards and release protocols for Claude Code. Built for teams where code quality is non-negotiable.
| Plugin | Description | Install |
|---|---|---|
| n360-engineering | Zero-defect engineering standard. Session discipline, TDD, investigation protocol, circuit breakers, security baselines, performance targets, rollback playbooks. | /plugin install n360-engineering@n360-marketplace |
| n360-app-release | 19-phase mobile app release testing protocol with priority classification, failure protocols, and post-deploy verification. | /plugin install n360-app-release@n360-marketplace |
# In Claude Code, add the marketplace
/plugin marketplace add JPVT1977/n360-marketplace
# Install one or both plugins
/plugin install n360-engineering@n360-marketplace
/plugin install n360-app-release@n360-marketplace
# Restart Claude Code — plugins activate automatically
AI coding agents are fast but undisciplined. They skip tests, ignore errors, commit broken code, and lose context mid-session. These plugins fix that by enforcing the practices that experienced engineers follow instinctively.
The engineering standard was born from building platforms that protect people in emergencies. The release protocol was born from the reality that App Store rejections and production crashes are preventable — if you run the right checks in the right order.
Nucleus360 — Engineering consultancy based in Melbourne, Australia. We build safety-critical platforms, mobile applications, and the tooling that keeps them reliable.
MIT — Use it, fork it, adapt it. If it saves you from a production incident, that's reward enough.
Issues and PRs welcome. If you've found a gap in the standard or a check that should be in the release protocol, open an issue.
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 jpvt1977/n360-marketplace --plugin n360-engineeringComprehensive mobile app release testing protocol with 19 verification phases, priority classification (P0-P3), and failure protocols. Covers API health, auth flows, emergency paths, offline resilience, security, compliance, and post-deploy verification. Built for App Store and Play Store submissions.
Agents specialized in quality assurance, testing strategies, and test architecture. Focuses on ensuring code quality and reliability.
Engineering standards, developer experience, tooling, testing, and quality practices.
SDLC enforcement for AI agents — TDD, planning, self-review, CI shepherd
PLAN/ACT/EVAL workflow with auto-detection, specialist agents, and reusable skills for systematic TDD development
Universal quality control orchestrator and final authority for any software development project. Dynamically discovers and coordinates with available sub-agents, performs comprehensive multi-dimensional quality assessment, security validation, and deployment readiness verification. Adapts to any project type, programming language, or development framework while maintaining enterprise-grade quality standards. Examples: <example>Context: Code changes ready for review across any project. user: 'Please review this code before commit' assistant: 'I'll use the 1-ceo-quality-control-agent to orchestrate comprehensive quality validation, discover available specialists, and perform final security scanning before approval.' <commentary>Universal quality control requires comprehensive validation across all dimensions regardless of project type.</commentary></example> <example>Context: Multi-agent work completion needing validation. user: 'Several agents completed their tasks, need quality review' assistant: 'Let me engage the 1-ceo-quality-control-agent to coordinate comprehensive validation across all completed work and ensure quality standards.' <commentary>Multi-agent coordination and quality validation applies to any development project.</commentary></example>
Verification-first engineering toolkit for Claude Code. 15 skills across a 5-phase spine (Investigate → Design → Implement → Verify → Ship), 8 specialist agents, an interactive setup wizard. Every skill has rationalizations + evidence requirements. Built for senior ICs and tech leads.