speckit-architecture-guard-governed-implement

Coordinate Spec Kit implementation with architecture and security reviews.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-architecture-guard-governed-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-architecture-guard-governed-implement
Source: https://github.com/B0yZ4kr14/OrthoPlus-Enterprise/tree/main/.specify-backups/20260518-141826/_agents/skills/speckit-architecture-guard-governed-implement
Command: npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-architecture-guard-governed-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents unsafe or drifting changes by coordinating implementation with security review and architecture-guard checks within the Spec Kit workflow.

Core Features & Use Cases

  • Memory-context aware implementation: Refreshes and applies historical architectural decisions via Memory Hub when available to reduce regression and repeated violations.
  • Deterministic governed implementation: Orchestrates /speckit.implement by reading and executing the feature tasks from specs/<feature>/tasks.md, then marks tasks as completed to keep the plan in sync.
  • Security and architecture governance: Runs optional /speckit.security-review.branch, then performs /speckit.architecture-guard.architecture-review, applies blocking decisions based on P0/HIGH severity, and generates refactor tasks when needed.
  • Durable knowledge capture: Triggers /speckit.memory-md.capture after implementation when new patterns or lessons are discovered.

Quick Start

Run the speckit-architecture-guard-governed-implement workflow for your target architecture-guard feature so it implements with optional Memory Hub, then reviews for security and architecture drift, and finally captures durable lessons.

Frequently Asked Questions about speckit-architecture-guard-governed-implement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce architecture and security checks during Spec Kit implementation?

You enforce architecture and security checks during Spec Kit implementation by running mandatory architecture-review checks and optional security-review.branch, then applying blocking decisions via Constitution constraints for any P0/HIGH severity violations.

What is governed implementation in a spec-kit workflow?

Governed implementation in a spec-kit workflow is a deterministic process that reads and executes feature tasks from specs/<feature>/tasks.md, marks completed tasks to keep the plan in sync, and enforces architecture and security constraints to prevent unsafe code drift.

How do I prevent architecture drift when implementing new features?

You prevent architecture drift when implementing new features by running architecture-guard reviews after task execution, enforcing blocking decisions based on P0/HIGH severity findings, and generating refactor tasks to address any detected violations.

Can I use Memory Hub to apply historical architectural decisions during implementation?

Yes, you can use Memory Hub to refresh and apply historical architectural decisions during implementation, reducing regressions and repeated violations by synthesizing past context into the current governed workflow.

Does the architecture guard workflow block implementation on security violations?

The architecture guard workflow does block implementation on security violations by running optional security-review.branch and mandatory architecture-review, then enforcing blocking decisions based on P0/HIGH severity findings through Constitution constraints.

How do I capture durable lessons after completing a governed implementation?

You capture durable lessons after completing a governed implementation by triggering memory-md.capture, which preserves newly discovered patterns and architectural decisions for future regression prevention.