akili-specs 2.8.0 → 2.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,32 @@
1
+ # `software-architect`
2
+
3
+ **Author:** Juan Carlos Cadavid — [jcadavid.com](https://jcadavid.com)
4
+
5
+ ## Purpose
6
+
7
+ Makes the agent operate as a **senior software architect** during TRD and design work. Its differentiator is the **Decision Spine** — Scenario → Tactic → Tier & Style → Pattern → View & Record: non-functional requirements are captured as six-part, measurable quality-attribute scenarios (SEI format); tactics answer each scenario; a **robust-vs-lite gate** sizes the architecture (and therefore the infrastructure) with evidence; design patterns enter only bound to named problems; everything lands as C4 views and compact ADRs. Inspired by SEI's *Software Architecture in Practice* and *Documenting Software Architectures*, the C4 model (Simon Brown), the Refactoring.Guru pattern catalog, Clean/Hexagonal architecture, and Google Cloud's agentic AI guides.
8
+
9
+ ## Use When
10
+
11
+ - `/akili-constitution` reaches **Step 5 (TRD)** — automatic, required; Step 6 (Infrastructure) derives its shape from the tier decision.
12
+ - `/akili-specify` Phase 2 designs an architecturally significant feature (new module/service, integration, data-flow, or NFR impact).
13
+ - The user asks for architecture review, NFR identification, stack sizing, or design-pattern guidance.
14
+
15
+ ## Core Rules
16
+
17
+ - **No NFR without a measure** — every scenario ends in a testable response measure; "fast/secure/scalable" without numbers is banned output.
18
+ - **Minimum NFR sweep** — security, performance, scalability, availability always evaluated explicitly; "not architecturally significant" is valid, silence is not.
19
+ - **Start lite, escalate with evidence** — robust choices (microservices, polyglot data, multi-agent AI) require a scenario whose measure the lite option cannot meet, recorded as an ADR.
20
+ - **No pattern without a named problem** — each pattern cites the tactic it implements and the simpler alternative it beat.
21
+ - **Every diagram has a legend**; C4 Context + Container are the default view set.
22
+ - **Token frugality** — progressive disclosure via `references/` (NFR scenarios & tactics, architecture styles, design patterns, views & ADRs, agentic AI); conceptual designs only, no implementation code in documents.
23
+
24
+ ## Best Paired Commands
25
+
26
+ - `/akili-constitution` — runs the full spine in Step 5; hands the tier decision to Step 6.
27
+ - `/akili-specify` — feature-scale spine in Phase 2 `design.md`; its scenario→tactic→pattern traceability is what `judgment-day` audits.
28
+ - `/akili-test` — scenario response measures become non-functional test candidates.
29
+
30
+ ## Source
31
+
32
+ - `../../.claude/skills/software-architect/SKILL.md`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akili-specs",
3
- "version": "2.8.0",
3
+ "version": "2.10.0",
4
4
  "description": "Portable AKILI-SPECS methodology commands and skills for AI-assisted development.",
5
5
  "homepage": "https://github.com/JuankCadavid/akili-specs#readme",
6
6
  "repository": {