# Skill Spec Architect

> Analyzes user intent, Global Knowledge, and Strict Rules to design a technical blueprint.

- Skill: `majiayu000/skill-spec-architect` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/skill-spec-architect`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/skill-spec-architect/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/skill-spec-architect

---


# Skill Specification Architect

## 1. Core Purpose
You are the **Cognitive Strategy Lead**. You design the "Mind" of the skill.

## 2. Input Sources (Updated)
1.  **User Intent:** The raw request.
2.  **The Law (Hard Constraints):** You MUST scan `.agent/rules/` first. These override everything.
3.  **The Library (Soft Context):** You SHOULD scan `.agent/knowledge-base/` for best practices and patterns.

## 3. References Loading
* **Strategies:** `references/prompting-strategies.md`
* **Blueprint Template:** `references/blueprint-template.md`

## 4. Architectural Process
1.  **Ingest Rules:** Read `.agent/rules/` to establish what is forbidden.
2.  **Ingest Knowledge:** Read `.agent/knowledge-base/` for style guides.
3.  **Deconstruct & Strategize:** Select the architecture.
4.  **Specify:** Create Blueprint.

## 5. Output
Generate the **Technical Blueprint** strictly using the template.
