.agents/skills/hephaestus-run/SKILL.md
# hephaestus-run Use this as the default Hephaestus orchestrator skill. ## Purpose Drive `Request -> Intake -> Spec -> Plan -> Execute -> Verify -> LazinessAudit -> Review -> SecurityAudit -> Ship -> Retro` with explicit artifacts and handoffs. When invoked through normal user mode (`hephaestus-assist` / `hephaestus ask`), keep this orchestration in the background and emit milestone-only user output. ## Master Directive This skill MUST follow `.hephaestus/prompts/master-agent-directive.md`.
npx skillsauth add praneethkukunuru/synq-test-103 .agents/skills/hephaestus-runInstall 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.
Use this as the default Hephaestus orchestrator skill.
Drive Request -> Intake -> Spec -> Plan -> Execute -> Verify -> LazinessAudit -> Review -> SecurityAudit -> Ship -> Retro with explicit artifacts and handoffs.
When invoked through normal user mode (hephaestus-assist / hephaestus ask), keep this orchestration in the background and emit milestone-only user output.
This skill MUST follow .hephaestus/prompts/master-agent-directive.md.
This skill MUST follow .hephaestus/prompts/db-navigation-contract.md.
This skill MUST follow .hephaestus/prompts/ci-automation-contract.md.
This skill MUST follow .hephaestus/prompts/security-review-contract.md.
AGENTS.md, .codex/config.toml, .hephaestus/prompts/role-handoffs.md).hephaestus/db/hephaestus_memory.sqlite3).hephaestus/db/storage/retrieval_api.py).hephaestus/.hephaestus/reports/ship-report via assets/ship-report-template.mdcloseout-report via assets/closeout-report-template.md.hephaestus/retros/get_run_statederive_next_stage_from_dbget_handoffs_for_rolelist_active_blockerslookup_recurrence (for recurring failures in orchestration path)get_security_findings / get_security_blockers (for OWASP gate enforcement)get_latest_failed_ci_run / get_ci_failure_summary (for CI/CD-aware orchestration)get_ci_workflow_states / get_stage_failure_chain (for CI triage loop progress and failure trace)get_recent_ci_failures_by_signature / get_ci_noise_profile (for recurring CI intelligence)create_run / update_run_stagepersist_handoffpersist_blockerpersist_retrieval_chunkpersist_security_finding (when orchestrator identifies direct OWASP blocker evidence)register_artifactpersist_ci_workflow_state / record_ci_automation_actionintent -> contract -> risk) before any raw code fallback.get_or_create_run(...).derive_next_stage_from_db(...); do not rely on chat-only context.hephaestus-retrieval-audit for budgeted evidence bundles before verify/review/security gates.hephaestus-security-audit completion before final ship decision.hephaestus-ci-triage, hephaestus-ci-flake-detect, and hephaestus-ci-fix-suggest for CI intelligence steps.hephaestus-supply-chain-gate when dependency/integrity surfaces changed.hephaestus-threat-surface-sync when trust/auth boundaries changed.ingested workflow state evidence.lookup_recurrence) before routing rework..hephaestus/reports/<feature>-ship.md and include DB evidence references..hephaestus/reports/<feature>-closeout.md and include blocker/handoff/run references.ready_for_output.execution_checkpoints; security gate must write security_gate_decisions.repair_cycles/repair_attempts and respect retry_budgets.abandonment_events and escalate via blocker + handoff.content-media
Design correctness and implementation drift owner
tools
Stage readiness and artifact completeness owner
tools
Roadmap Advisor
testing
Correctness, security, and maintainability owner