Specs Index¶
This folder is the stable “source of truth” for how enterprise-software-playbook is organized and evolved.
Use it to prevent taxonomy drift and to make multi-agent iteration converge.
How To Use These Specs¶
- Before adding/renaming a skill, changing terminology, or changing the default workflow, update/add a spec (and usually a decision record).
- Keep specs aligned with
README.mdandPROMPTS.md.
Documents¶
specs/001-skill-library.md: Charter for what this repo is for (goals, non-goals, constitution, acceptance).specs/002-skill-contract.md: What a “skill” is in this repo (folder format, metadata, compatibility, validation/packaging).specs/003-taxonomy-and-workflow.md: The workflow-stage taxonomy (Define/Standardize/Harden/Verify) and how it maps to skills.specs/004-change-process.md: How to evolve this repo without breaking prompting compatibility or bloating context.specs/005-application-integration.md: How to integrate this library into a target app repo so agents auto-apply the workflow.specs/006-intelligence-tool.md: Spec for the intelligence tool (tools/intelligence/) — lightweight SQLite-backed collector and query engine for tech/AI/AWS signals.specs/007-intelligence-forecast-module.md: Spec for the forecast module (tools/intelligence/src/queries/forecast.ts) — lifecycle positioning, chain detection with statistical rigor, transitive chains, scenario projection, and multiscale convergence.
specs/skills-manifest.json: Machine-readable stage/tag index for retrieval and routing.specs/tasks.md: Backlog of work with acceptance criteria.specs/quickstart.md: Copy/paste commands to validate/package skills locally.specs/009-archobs-agent-ergonomics.md: CLI ergonomics for agent workflows — cluster file inspection, full file-to-cluster JSON, auto-generated labels.specs/010-archobs-velocity-edges-suggestions.md: Velocity queries, boundary edge inspection, and suggestion improvements for archobs.specs/011-archobs-trajectory-feedback.md: Feedback-driven improvements — velocity compare, drift trend, monolith labels, trajectory fast path.specs/012-skill-consolidation-and-cross-domain-integration.md: Merge trajectory→forecast and brief→intel; add cross-domain integration (archobs × forecast) to architecture, plan, design, and spec skills.specs/013-topic-strategy.md: Topic strategy for the intelligence tool — SDLC decision framework, topic design principles, decision-relevant taxonomy (58 topics across 9 domains), classifier requirements, and topic lifecycle process.specs/014-forecast-confidence-gates.md: Forecast confidence gates (amends spec 007) — lifecycle cold-start guard, chain confidence tiers, scenario score precision, and top-level data quality object. Co-ships with spec 015; shared v2 schema version bump.specs/015-collection-quality-controls.md: Collection quality controls (amends spec 006) — RSS backfill cap, stats health metrics, and classifier coverage tracking. Co-ships with spec 014; shared v2 schema version bump.specs/016-decision-journal.md: Decision journal for the intelligence tool — records decisions with context, rationale, and signal references; FTS search; CLI commands (add/list/search).specs/017-archobs-team-analysis.md: Author/team analysis for archobs — git author extraction, per-cluster author distribution, bus factor, knowledge concentration (HHI), andshow teamCLI.specs/018-archobs-fitness-check.md: Architecture fitness check for archobs — CI-gatablearchobs checkcommand evaluating file risk, cluster leakage/cohesion/risk_mean, and bus factor against configurable thresholds.specs/019-classifier-training-data.md: Classifier training data (amends specs 006, 013) — reservoir sampling, standalone training SQLite databases, CLI commands (generate/label/progress/next), and agent skill workflow for subagent-driven topic classification.specs/020-mechanics-consolidation.md: Collapse Mechanics stage into Design — move pattern skills to design/references, eliminate Mechanics from taxonomy, add role field to Define-stage manifest entries.specs/decisions/: ADR-style decision records (seespecs/decisions/000-template.md):001: Workflow-stage taxonomy002: Code vs system pattern terms003: Repo name → enterprise-software-playbook004: Triage boundary wrappers / decision tree005: Add security hardening skill-
006: Review protocol for code reviews -
009: V2 skill names and navigation 010: Move skills under skills/ folder011: Explicit system model and feedback discipline012: Build guardrails for validation and packaging013: Metadata index and scaffolding014: Structured-thinking probes for core skills015: Vendor archobs tool016: Collapse Mechanics stage into Design017: Make archobs provider, manifest, and no-data trust states explicitspecs/templates/: Copy/paste templates for app-repo integration, CI quality gates, and service spec bundles.