Agent skill
workflow-step-impl
Temporal+LangGraph の工程(step)追加/修正の実装テンプレ。Activity 冪等性、output_path/output_digest、承認待ち、監査ログを含む。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/workflow-step-impl
SKILL.md
使いどころ(トリガー例)
- 「工程を追加したい」「stepX を実装したい」「Activity を増やす」「LangGraph ノード追加」
手順(最小)
- 仕様書で工程ID/入出力/承認ポイントを確定(
仕様書/) - 入力の正規化と
input_digest(sha256)を定義 - Activity 実装(冪等:既存
output_pathがあれば再計算しない) - 成果物は storage に保存し、返すのは参照のみ(
output_path/output_digest/summary/metrics) - Temporal Workflow に組み込み(工程3後は signal 待機)
- DB(
step_executions/generated_files/audit_logs)の記録を追加 - レビューUI/ファイル取得APIが必要なら同時に更新
テンプレ
templates/activity_skeleton.pytemplates/step_node_skeleton.py
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?