comet-build

Orchestrate software implementation with task planning, sub-agent delegation, and code execution.

6|Updated May 25, 2026
One-click install
npx skills add https://github.com/zhentingWu-wzt/wgenty-code --skill comet-build-zhentingwu-wzt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comet-build
Source: https://github.com/zhentingWu-wzt/wgenty-code/tree/main/.wgenty-code/skills/comet-build
Command: npx skills add https://github.com/zhentingWu-wzt/wgenty-code --skill comet-build-zhentingwu-wzt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the challenge of managing complex, multi-step software implementation tasks by providing a structured, guard-railed workflow that ensures code quality, security, and consistency.

Core Features & Use Cases

  • Structured Implementation: Coordinates planning, sub-agent delegation, and execution while maintaining strict state management.
  • Safety Guardrails: Implements two-stage reviews, OS-level sandboxing, and TDD enforcement to prevent regressions and security vulnerabilities.
  • Use Case: When tasked with a large feature implementation, use this Skill to decompose the work into manageable tasks, verify the design, and execute the code changes with automated testing and peer review.

Quick Start

Invoke the comet-build skill to initiate the implementation phase for your current active change.

Frequently Asked Questions about comet-build

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

FAQPage Schema
How do I orchestrate complex code implementation workflows with AI?

To orchestrate complex code implementation, you can use a structured workflow that manages task planning, sub-agent delegation, and code execution while enforcing test-driven development and security guardrails throughout the process.

What is the best way to automate multi-step feature implementation while maintaining code quality?

Automating multi-step feature implementation requires a structured approach that decomposes work into manageable tasks, applies two-stage reviews, and uses automated verification gates to ensure strict adherence to design specifications and prevent regressions.

How does sub-agent delegation work for large coding tasks?

Sub-agent delegation coordinates large coding tasks by breaking them down into smaller, manageable components, executing code changes through isolated workspaces, and maintaining strict state management to ensure consistency across the entire implementation phase.

Does test-driven development enforcement work with automated refactoring workflows?

Test-driven development enforcement integrates with automated refactoring workflows by applying automated verification gates and two-stage reviews, ensuring that code changes strictly adhere to design specifications and preventing security vulnerabilities.

Can I use OS-level sandboxing for secure code execution during automated workflows?

OS-level sandboxing provides secure code execution during automated workflows by isolating workspace environments, which acts as a safety guardrail to prevent security vulnerabilities and regressions during complex software implementation tasks.