install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/claude-code/harness-architecture-advisor/skill.yamlsource content
name: harness-architecture-advisor version: "1.0.0" description: Interactive architecture advisor that surfaces trade-offs and helps humans choose stability: static cognitive_mode: advisory-guide triggers:
- manual
- on_new_feature platforms:
- claude-code
- gemini-cli
- cursor
- codex tools:
- Read
- Glob
- Grep
- Bash
cli:
command: harness skill run harness-architecture-advisor
args:
- name: path description: Project root path required: false
- name: topic description: "Architecture topic (e.g., api-design, data-modeling, decomposition)" required: false mcp: tool: run_skill input: skill: harness-architecture-advisor path: string type: flexible tier: 2 phases:
- name: discover description: Ask questions about the problem space and constraints required: true
- name: analyze description: Research the codebase and identify relevant patterns required: true
- name: propose description: Present 2-3 architectural options with trade-offs required: true
- name: document
description: Write an Architecture Decision Record for the chosen option
required: true
state:
persistent: true
files:
- .harness/architecture/ depends_on: []