← Back to list

implement
by ashneyderman
Yet another agentic workflow :-)
⭐ 0🍴 0📅 Jan 19, 2026
SKILL.md
name: implement description: Implement a plan from a specification file params:
- name: plan description: The plan content or path to plan file to implement required: true
Implement Plan
Follow the instructions to implement the plan, then report the completed work.
Instructions
Extract the plan parameter which contains either the plan content or path to a plan file.
- Read the Plan: If
planis a file path, read the plan file. Otherwise, use the provided plan content - Understand the Plan: Think hard about the plan requirements, design, and implementation approach
- Implement the Plan: Execute each step in the plan in order
- Follow the step-by-step tasks outlined in the plan
- Adhere to existing code patterns and conventions
- Create or modify files as specified
- Run validation commands as specified in the plan
- Report the Work: After implementation is complete, provide a summary
Report Format
After completing the implementation:
- Summarize the work you've just done in a concise bullet point list
- Report the files and total lines changed with
git diff --stat - Note any deviations from the plan or important decisions made
- Highlight any issues encountered and how they were resolved
Example
Plan file: specs/agf-001-feature-user-auth.md
Implementation Summary:
- Created user authentication module with login/logout functions
- Added password hashing using bcrypt
- Implemented JWT token generation and validation
- Created unit tests for all auth functions
Files changed:
src/auth.py | 145 +++++++++++++++++++++++++++++++
src/middleware.py | 32 +++++++
tests/test_auth.py | 87 ++++++++++++++++++
3 files changed, 264 insertions(+)
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon