BAS
Search
stablev0.1.1

Bespoke quality workflow

Take production software from repository truth to evidence-backed handoff.

Purpose & trigger

Guide production software work through repository intake, bounded planning, implementation, review, verification, and truthful handoff. Use when a request changes a product, codebase, release process, or public capability and needs evidence-backed delivery.

Skills CLI

Install or use

npx skills add https://agent-skills.bespoketech.com.ng \ --agent '*' \ --skill bespoke-quality-workflow \ --yes

Installs the selected skill into the current project for the chosen agent target.

Source

Portable instructions served exactly from the validated skill package.

---
name: bespoke-quality-workflow
description: Guide production software work through repository intake, bounded planning, implementation, review, verification, and truthful handoff. Use when a request changes a product, codebase, release process, or public capability and needs evidence-backed delivery.
---

# Bespoke Quality Workflow

## Run the delivery loop

1. Inspect the repository, instructions, branch, dirty files, and relevant execution path before proposing changes.
2. Convert requirements into a plan with explicit files, behavioural tests, checkpoints, and verification evidence.
3. Implement one reviewable unit at a time. Write the behaviour test first and observe its intended failure.
4. Diagnose every failing check from its error and data flow before changing source.
5. Review the result for catalogue drift, false recovery states, inaccessible interaction, unsafe boundaries, and unsupported claims.
6. Run fresh, full checks before a checkpoint, commit, or completion statement.
7. Hand off the outcome, evidence, limits, deployment boundary, and not-done work in plain language.

## Keep boundaries truthful

- Preserve unrelated user changes and stop if the requested work would overwrite them.
- Do not deploy, publish, merge, create secrets, alter DNS, or make external writes without explicit authority.
- Do not replace missing evidence with optimistic wording. State what was and was not verified.
Open portable SKILL.md

Bundled files

  • SKILL.mdPortable workflow instructions.

Verification evidence

  • Structural validation and representative exercise record.

Known limitations

  • Does not grant deployment or publication authority.