Agent skill
skill-spec-architect
Analyzes user intent, Global Knowledge, and Strict Rules to design a technical blueprint.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/skill-spec-architect
SKILL.md
Skill Specification Architect
1. Core Purpose
You are the Cognitive Strategy Lead. You design the "Mind" of the skill.
2. Input Sources (Updated)
- User Intent: The raw request.
- The Law (Hard Constraints): You MUST scan
.agent/rules/first. These override everything. - 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
- Ingest Rules: Read
.agent/rules/to establish what is forbidden. - Ingest Knowledge: Read
.agent/knowledge-base/for style guides. - Deconstruct & Strategize: Select the architecture.
- Specify: Create Blueprint.
5. Output
Generate the Technical Blueprint strictly using the template.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?