KeiSeiKit-1.0/skills
Parfii-bot eee5eecc20 feat(skills): /vm-provision 6-phase pipeline
Hub-and-spoke skill:
- SKILL.md (index) + phase-1-select-provider, phase-2-plan,
  phase-3-provision, phase-4-harden, phase-5-verify, phase-6-handoff.

Pipeline: select provider → Plan Mode doc → provision (hetzner/vultr
primitives, SSH first-contact TOFU) → harden-base.sh over SSH →
ssh-check + firewall-diff HARD GATE → artefact ledger + optional
/web-deploy handoff.

Invariants:
- ≥ 6 AskUserQuestion calls (Phase 1×2, 2×1, 3×1, 4×1, 5×1).
- Hard gate: Phase 6 refuses to run unless ssh-check AND firewall-diff
  both exit 0. "Ignore and proceed" is BLOCKED by design.
- RULE 0.8 (secrets ENV-ref only), RULE 0.4 (cite provider specifics),
  RULE 0.5 (plan.md written to <run-dir>/plan.md before provisioning),
  RULE -1 (every failure branch returns 2-3 constructive paths).

Defensive-only — no scanning tools, no CVE probes, no third-party
attack-surface analysis. Every phase file ≤ 200 LOC per Constructor
Pattern.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-21 21:00:14 +08:00
..
compose-solution fix(audit-l): agent count drift in install.sh and compose-solution 2026-04-21 20:10:04 +08:00
debug-deep feat: KeiSeiKit v0.1.0 — initial public release 2026-04-20 23:58:34 +08:00
new-agent refactor: remove restricted-scope agents and blocks from public kit 2026-04-21 19:07:02 +08:00
pr-review feat: KeiSeiKit v0.1.0 — initial public release 2026-04-20 23:58:34 +08:00
refactor feat: KeiSeiKit v0.1.0 — initial public release 2026-04-20 23:58:34 +08:00
research fix(audit-m): tomd cache path-salt; bridges respects rollback; rollback rm-rf guard; placeholder URLs; research skill role-tag note; stack frontend-gap doc 2026-04-21 20:09:24 +08:00
test-gen feat: KeiSeiKit v0.1.0 — initial public release 2026-04-20 23:58:34 +08:00
vm-provision feat(skills): /vm-provision 6-phase pipeline 2026-04-21 21:00:14 +08:00