ss-bs-auditing-project

Re-evaluates bootstrapped projects to identify drift and incoherence across artifacts.

Updated May 19, 2026
One-click install
npx skills add https://github.com/Emrebener/Sublime-Skills --skill ss-bs-auditing-project
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ss-bs-auditing-project
Source: https://github.com/Emrebener/Sublime-Skills/tree/main/skills/project-bootstrap/ss-bs-auditing-project
Command: npx skills add https://github.com/Emrebener/Sublime-Skills --skill ss-bs-auditing-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you re-evaluate an already-bootstrapped project to find drift and incoherence across bootstrap artifacts, then guide targeted improvements you can accept or decline.

Core Features & Use Cases

  • Cross-artifact coherence first: Runs a coherence check before any stage work so issues are triaged by severity and the audit loop is driven by real cross-file consistency signals.
  • Stage-by-stage drift auditing with commits: Audits documentation and project artifacts per stage (constitution, architecture, testing, glossary, domain model, design, memory file), updating each artifact with a dedicated commit so changes remain reviewable and selective.
  • SUGGEST always on for actionable recommendations: Forces prescriptive suggestions during discovery audits to reduce ambiguity in what to change and why.
  • Post-audit coherence re-check: Re-runs coherence to show what was resolved, what remains, and what new findings (if any) were introduced.

Quick Start

Use the ss-bs-auditing-project skill to audit your existing bootstrap artifacts for drift by loading it in your agent session.

Frequently Asked Questions about ss-bs-auditing-project

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

FAQPage Schema
How do I detect drift in project documentation after a major refactor?▼

You can detect drift by running a project auditing workflow that re-evaluates bootstrap artifacts for incoherence, performs cross-file coherence checks, and uses stage-by-stage discovery audits to identify stale documentation after refactors.

What is spec-driven development drift detection for agent workflows?▼

Spec-driven drift detection is an auditing process that re-evaluates bootstrapped project artifacts like architecture, domain models, and glossaries to find inconsistencies, enforcing guardrail-driven workflows with prescriptive suggestions for evidence-based updates.

How to audit stale project artifacts stage by stage with dedicated commits?▼

Audit stale artifacts by running stage-by-stage discovery audits across constitution, architecture, testing, glossary, domain model, design, and memory files, updating each artifact with a dedicated commit so changes remain selective and reviewable.

Can I run a quarterly health check on bootstrap artifacts without rewriting everything?▼

Yes, quarterly health checks audit documentation per stage with SUGGEST enabled, generating prescriptive recommendations you can accept or decline, while per-stage commits ensure changes remain selective and reviewable rather than forcing full rewrites.

What is the best way to enforce documentation coherence across multiple project files?▼

The best approach is running a pre-audit coherence pass to triage issues by severity, followed by stage-by-stage discovery audits, and a post-audit coherence re-check to verify what was resolved, what remains, and what new findings were introduced.

When should I not use a stage-by-stage project audit workflow?▼

You should avoid stage-by-stage project auditing on newly bootstrapped projects with no prior artifacts, as this workflow requires existing constitution, architecture, and domain model files to evaluate drift, incoherence, and improvement opportunities.