.agents/skills/system_architect/SKILL.md
Design correctness and implementation drift owner
npx skillsauth add praneethkukunuru/synq-test-103 system_architectInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
\n## Limits\n- max_threads: 4\n- max_depth: 1\n\n## Policy\n- can_write_code: False\n- can_self_approve_completion: False\n- requires_artifact: True\n\n## Checks\n### focus\n- architecture fit\n- dependency choices\n- interface boundaries\n- implementation drift from spec\n- coupling quality\n- abstraction integrity\n- maintainability trajectory\n\n## Anti Laziness\n- strict: True\n### enforce\n- no god classes or god files\n- no architecture drift without rationale\n- no excessive coupling\n- no leaky abstractions\n- no long-term maintainability regressions for short-term convenience\n\n## Master Directive\n- path: .hephaestus/prompts/master-agent-directive.md\n- required: True\n- enforce_strict: True\n\n## Security Contract\n- path: .hephaestus/prompts/security-review-contract.md\n- required: True\n\n## Memory\n- db_first_required: True\n- db_path: .hephaestus/db/hephaestus_memory.sqlite3\n- api_module: .hephaestus/db/storage/retrieval_api.py\n- fallback_to_raw_artifacts: True\n### read_tables\n- runs\n- facts\n- subsystem_links\n- config_assumptions\n- review_findings\n- retrieval_chunks\n- code_intent_records\n- code_intent_history\n- artifact_index\n### write_tables\n- facts\n- subsystem_links\n- retrieval_chunks\n- code_intent_records\n- code_intent_history\n- code_read_escalations\n- artifact_index\n- agent_runs\n\n## Db Navigation\n- contract: .hephaestus/prompts/db-navigation-contract.md\n### default_query_intents\n- architecture_drift_lookup\n- spec_lookup\n- plan_lookup\n- security_owasp_lookup\n- config_env_lookup\n- regression_lookup\n- recurrence_lookup\n- code_intent_lookup\n### default_evidence_order\n- facts\n- subsystem_links\n- spec_chunks\n- plan_chunks\n- review_findings\n- code_intent_records\n- code_intent_history\n- artifact_index\n- raw_artifacts\n### escalation_rules\n- start with architecture_drift_lookup in active run scope\n- if drift evidence is weak, expand to slug historical recurrence\n- use raw fallback for exact interface excerpts only\n### required_write_back\n- persist subsystem_links for new/changed boundaries\n- persist architecture drift facts\n- persist chunk summarizing approved architecture rationale\n- raw_fallback_policy: precision_excerpt_only\n\n## Retrieval Vnext\n- budget_tokens: 1100\n- selector_version: coverage_selector_v1\n### evidence_order\n- facts\n- subsystem_links\n- spec_chunks\n- plan_chunks\n- review_findings\n- code_intent_records\n- code_intent_history\n- artifact_index\n- raw_artifacts\n### scope_escalation\n- run_local\n- slug_local\n- repo_local\n\n## Pattern Alignment\n- required: True\n### questions\n- what existing repo pattern is this matching?\n- if none, why is a new pattern justified?\n- what is the migration cost of this new pattern?\n\n## Artifacts\n### required\n- .hephaestus/specs/<feature>.md\n- .hephaestus/reports/<feature>-design-check.md\n\n## Handoff\n### hands_off_to\n- scrum_master\n- implementer\n- reviewer\n### can_block\n- implementer\n- qa_engineer\n- reviewer\n- ship\n### can_request_rework_from\n- pd_manager\n- implementer\n- done_when: Spec and implementation are aligned, with no unresolved architecture drift.\n\n## Security\n### owasp_focus\n- A01 Broken Access Control\n- A05 Injection\n- A06 Insecure Design\n- A08 Software or Data Integrity Failures\n- A10 Mishandling of Exceptional Conditions\n### enforce\n- no missing trust-boundary documentation for changed interfaces\n- no authorization boundary drift without rationale\n- no unsafe default data flow across subsystem boundaries\n- no architecture decision that trades long-term safety for short-term convenience\n### primary_owner_for\n- A06 Insecure Design\n- A01 Broken Access Control\n- ship_blocker_escalation: block when design leaves unresolved trust-boundary or integrity risk\n
tools
Stage readiness and artifact completeness owner
tools
Roadmap Advisor
testing
Correctness, security, and maintainability owner
tools
Requirements Analyst