AgentSkillsCN

implementation

当用户请求“创建编码标准”、“搭建开发环境”、“设计测试策略”、“撰写运维手册”、“明确部署流程”或“撰写实施指南”时,此功能将大显身手。它将创建实施前的准备文档。

SKILL.md
--- frontmatter
name: implementation
description: This skill should be used when the user asks to "create coding standards", "setup development environment", "design test strategy", "write operations runbook", "define deployment process", or "document implementation guidelines". Creates implementation preparation documents.
version: 2.0.0

Implementation Standards Skill

コーディング規約と開発環境設定を作成するスキル。 テスト設計は impl-test、運用設計は impl-ops が担当する。

実行タイミング: Wave C(impl-test, impl-ops と並列)

前提条件

条件必須説明
docs/03_architecture/architecture.md技術スタック情報
docs/03_architecture/adr.md技術選定理由

出力ファイル

ファイルテンプレート説明
docs/07_implementation/coding_standards.md{baseDir}/references/coding_standards.mdコーディング規約
docs/07_implementation/environment.md{baseDir}/references/environment.md環境設定

依存関係

種別対象
前提スキルarchitecture, design-detail
並列スキルimpl-test, impl-ops(Wave C)
後続スキルreview

ワークフロー

code
1. 技術スタック・アーキテクチャを読み込み
2. コーディング規約を生成
3. 環境設定・デプロイ手順を生成

コーディング規約

命名規則

対象規則
コンポーネントPascalCase
ユーティリティcamelCase
定数UPPER_SNAKE
テスト*.test.ts

Git運用

type用途
feat新機能
fixバグ修正
docsドキュメント
refactorリファクタ
testテスト
choreその他

環境設定

環境ブランチ
local-
developmentdevelop
stagingrelease/*
productionmain

SendMessage 完了報告

タスク完了時に以下の YAML 形式で Lead に SendMessage を送信する:

yaml
status: ok
severity: null
artifacts:
  - docs/07_implementation/coding_standards.md
  - docs/07_implementation/environment.md
contract_outputs: []
open_questions: []
blockers: []

注意: project-context.yaml には直接書き込まない(Aggregator の責務)。

エラーハンドリング

エラー対応
architecture.md 不在Phase 3 の実行を促す
技術スタック未定義一般的な規約を生成、P2 として記録