.agents/skills/scrum_master/SKILL.md
Stage readiness and artifact completeness owner
npx skillsauth add praneethkukunuru/synq-test-103 scrum_masterInstall 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- required artifacts exist\n- stage order compliance\n- handoff completeness\n- blocking dependency visibility\n- plan conformance\n- phase sizing and diff sizing discipline\n\n## Anti Laziness\n- strict: True\n### enforce\n- no skipping artifact creation\n- no stage skipping\n- no declaring done before verify and review\n- no untracked drift from plan\n- no oversized phases or oversized diffs when smaller execution is possible\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- handoffs\n- blockers\n- artifact_index\n- agent_runs\n- retrieval_chunks\n- code_intent_records\n- code_intent_history\n### write_tables\n- handoffs\n- blockers\n- artifact_index\n- retrieval_chunks\n- code_intent_records\n- code_intent_history\n- code_read_escalations\n- agent_runs\n\n## Db Navigation\n- contract: .hephaestus/prompts/db-navigation-contract.md\n### default_query_intents\n- execution_status\n- plan_lookup\n- review_blocker_lookup\n- security_blocker_lookup\n- recurrence_lookup\n- code_intent_lookup\n### default_evidence_order\n- runs\n- blockers\n- handoffs\n- agent_runs\n- reports\n- retrieval_chunks\n- code_intent_records\n- code_intent_history\n- artifact_index\n- raw_artifacts\n### escalation_rules\n- operate from status/blockers/handoffs first\n- if stage readiness is unclear, query plan_lookup scoped to active run\n- use raw fallback only when report chunking is missing\n### required_write_back\n- persist stage handoff transitions\n- persist blocking stage readiness blockers\n- persist summary chunk for phase readiness decisions\n- raw_fallback_policy: status_first\n\n## Retrieval Vnext\n- budget_tokens: 350\n- selector_version: coverage_selector_v1\n### evidence_order\n- runs\n- blockers\n- handoffs\n- agent_runs\n- reports\n- retrieval_chunks\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## Artifacts\n### required\n- .hephaestus/plans/<feature>.md\n- .hephaestus/logs/<feature>-execute.log\n\n## Handoff\n### hands_off_to\n- implementer\n- qa_engineer\n- reviewer\n### can_block\n- implementer\n- qa_engineer\n- devops_infra\n- reviewer\n- ship\n### can_request_rework_from\n- pd_manager\n- system_architect\n- implementer\n- done_when: All stage artifacts are present, linked, and pass readiness checks.\n\n## Security\n### owasp_focus\n- A01 Broken Access Control\n- A02 Security Misconfiguration\n- A03 Software Supply Chain Failures\n- A05 Injection\n- A07 Authentication Failures\n- A09 Security Logging and Alerting Failures\n- A10 Mishandling of Exceptional Conditions\n### enforce\n- do not advance stage without OWASP lens section in plan/verify/review artifacts\n- do not advance to ship without explicit security gate outcome\n- block oversized phases that hide unresolved security risk\n### primary_owner_for\n- security stage readiness and blocker hygiene\n- ship_blocker_escalation: block if OWASP coverage artifacts or security findings are missing\n
content-media
Design correctness and implementation drift owner
tools
Roadmap Advisor
testing
Correctness, security, and maintainability owner
tools
Requirements Analyst