Wechat Spec Executor

Use this skill to execute JSON task specs in this repo through validate, write, deploy, and record stages using the existing script pipeline.

sdaxiji-beep Updated

File contents

WeChat Spec Executor

Use this skill when the user asks to run a spec file or execute a structured task definition.

Entry

$RepoRoot = (Get-Location).Path
. (Join-Path $RepoRoot "scripts\wechat.ps1")
Invoke-AgenticLoopFromSpec -SpecPath (Join-Path $RepoRoot "specs\<task-file>.json")

Rules

  • Read the spec before execution.
  • Respect spec-defined validation, record, and rollback fields.
  • Keep write/deploy confirmation enabled for real projects.
  • For natural-language requests, handoff to task dispatch first:
Invoke-WechatTask -HandoffOnly "<request>"

sdaxiji-beep/codex-skills/tree/main/.agents/skills/wechat-spec-executor commit 2706bd2f77

Frequently asked questions

npx skillmds@latest add sdaxiji-beep/wechat-spec-executor