commission-assured

Automate Assured SDLC commissioning by scaffolding programs.yaml and configuring change-impact governance.

41|6|Updated Jul 12, 2025
One-click install
npx skills add https://github.com/SteveGJones/ai-first-sdlc-practices --skill commission-assured
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: commission-assured
Source: https://github.com/SteveGJones/ai-first-sdlc-practices/tree/main/plugins/sdlc-assured/skills/commission-assured
Command: npx skills add https://github.com/SteveGJones/ai-first-sdlc-practices --skill commission-assured

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Commissioning a project to the Assured (Method 2) SDLC bundle requires establishing regulatory context, generating the decomposition structure (programs.yaml), and wiring the knowledge base with validators. This skill automates that end-to-end setup so teams can start compliant SDLC workflows immediately.

Core Features & Use Cases

  • Automates creation of programs.yaml and visibility-rules.md in the docs directory when applicable.
  • Configures commissioning flags in .sdlc/team-config.json based on regulatory contexts (e.g., strict visibility, enabled change-impacts).
  • Wires the knowledge base with library indices and prepares the project for validation and deployment scenarios.

Quick Start

Specify regulatory context and decomposition, then run the commissioning workflow to scaffold artefacts.

Frequently Asked Questions about commission-assured

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

FAQPage Schema
How do I scaffold programs.yaml for Assured SDLC commissioning?▼

To scaffold programs.yaml for Assured SDLC commissioning, specify your regulatory context and decomposition structure, then run the commissioning workflow to automatically generate the artifact in the docs directory along with visibility-rules.md.

What is the purpose of setting regulatory context in an Assured SDLC project?▼

Setting regulatory context in an Assured SDLC project configures commissioning flags like strict visibility and enabled change-impacts in team-config.json, ensuring the deployment workflow meets specific compliance and governance requirements.

Do I need the sdlc-programme plugin installed to configure change-impact governance?▼

Yes, you need the sdlc-programme plugin installed to configure change-impact governance, as the commissioning skill relies on this environment to establish regulatory context and wire knowledge-base libraries for compliant deployment.

How does a knowledge base get wired with validators during project commissioning?▼

During project commissioning, the knowledge base is wired with validators by automatically preparing library indices and configuring validation rules, ensuring the project is ready for compliant SDLC workflows and deployment scenarios.

Can I automate end-to-end setup for compliant SDLC workflows?▼

Yes, you can automate end-to-end setup for compliant SDLC workflows by running the commissioning skill, which handles prerequisite validation, artifact generation, validator configuration, initial KB wiring, and commits the scaffolded changes automatically.

When should I use an automated commissioning workflow instead of manual SDLC configuration?▼

You should use an automated commissioning workflow when you need to establish regulatory context, scaffold decomposition declarations, and wire knowledge-base validators rapidly, ensuring strict visibility rules and change-impact governance are configured without manual error.