phase-implement

Coordinates project implementation by assigning tasks and enforcing code quality standards.

18|5|Updated Nov 3, 2025
One-click install
npx skills add https://github.com/mvillmow/ml-odyssey --skill phase-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-implement
Source: https://github.com/mvillmow/ml-odyssey/tree/main/.claude/skills/phase-implement
Command: npx skills add https://github.com/mvillmow/ml-odyssey --skill phase-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? This Skill coordinates the implementation phase of the 5-phase development workflow, delegating tasks, monitoring progress, and enforcing code quality standards to ensure efficient and high-quality code delivery. It automates project management aspects, reducing complexity.

Core Features & Use Cases:

  • Task Delegation: Breaks down plans into implementation tasks and assigns them based on complexity, optimizing team workload.
  • Quality Enforcement: Guides code reviews and ensures adherence to Mojo-specific standards, including memory management and SIMD optimization.
  • Use Case: As a project lead, use this skill to coordinate the implementation of a new module. It will help you delegate tasks to engineers, monitor their progress, and ensure all code meets quality and performance requirements before moving to cleanup.

Quick Start: Use the phase-implement skill to coordinate the implementation phase for 'tensor-operations'.

Frequently Asked Questions about phase-implement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delegate implementation tasks across a development team?

Task delegation breaks down a plan into actionable implementation tasks assigned by complexity level. This skill assigns tasks to engineers based on their capacity, ensuring balanced workload distribution and efficient parallel execution across your team.

How do I enforce code quality standards during implementation?

Code quality enforcement integrates reviews, zero-warnings policies, and Mojo-specific checks including memory management and SIMD optimization. The skill guides reviewers through standards and blocks merge until quality gates pass.

Can I integrate task management with GitHub issues?

Yes. This skill integrates with GitHub issues to track implementation progress, link tasks to code, and maintain visibility across delegation, reviews, and completion status in your existing workflow.

When should I use this during the development workflow?

Use this skill during plan-to-code handoffs, parallel testing and packaging phases, and whenever multiple engineers coordinate on complex features. It bridges planning decisions into structured implementation work.

What's the difference between delegating by task size versus engineer skill?

This skill delegates by complexity—matching task difficulty to engineer capability—rather than simple size. This optimizes both workload balance and code quality by ensuring appropriate skill-to-task alignment.

Do I need to monitor progress manually or does this automate tracking?

This skill automates progress monitoring and project management aspects through GitHub issue integration, reducing manual overhead. You set quality standards; the skill enforces them and surfaces blockers.