Back to list
GodSpeedAI

implementation-guidance

by GodSpeedAI

VibesPro: Infrastructure for AI-native development. The first Generative Development Environment (GDE) where your team's decisions become reusable patterns—express requirements naturally, get production-ready systems automatically.

0🍴 1📅 Dec 27, 2025

SKILL.md


Implementation Guidance Skill

This skill helps you turn a single plan step into code changes while following TDD and maintaining architectural integrity.

Steps

  1. Select a plan slice. Identify the next unimplemented milestone or task from PLAN.md. Summarise its objective, inputs, outputs and acceptance criteria.

  2. Review constraints. Load ARCHITECTURE.md and CONTRIBUTING.md to understand any constraints (e.g. design patterns, layer boundaries, security policies). Ensure your implementation will not violate them.

  3. Write tests first. Before writing production code, design unit and integration tests that express the desired behaviour. Use the testing strategy guidelines and harness appropriate frameworks.

  4. Implement incrementally. Write small, focused commits that satisfy one test at a time. Avoid large diffs. Document significant decisions or deviations in an ADR if necessary.

  5. Run validation and linting. After coding, execute the validation task (Context Kit: Validate) and any language-specific linters or static analysis tools. Fix issues immediately.

  6. Summarise changes. Prepare a concise summary of what was changed, which files were touched and how the acceptance criteria were met. Provide links to relevant docs or ADRs.

  7. Handoff for review. Once the step is complete and validated, hand off to the reviewer agent or trigger the review-changes prompt for quality assurance.

By following this process you produce maintainable code that is easy to review and less likely to introduce regressions or technical debt.

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon