code-genius

Automate feature implementation with TDD and Angular/Dotnet builds.

1|Updated Mar 11, 2025
One-click install
npx skills add https://github.com/danielstewart77/hive_mind --skill code-genius
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-genius
Source: https://github.com/danielstewart77/hive_mind/tree/main/specs/skills/code-genius
Command: npx skills add https://github.com/danielstewart77/hive_mind --skill code-genius

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of implementing new features and ensuring code builds pass, significantly reducing manual development and debugging time.

Core Features & Use Cases

  • Test-Driven Development (TDD): Enforces writing tests before implementation for robust code.
  • Automated Builds: Runs Angular and Dotnet builds, automatically fixing errors.
  • Retry Logic: Attempts to fix build errors up to 5 times before failing.
  • Use Case: A developer can use this Skill to implement a new user authentication module, ensuring all tests pass and both frontend (Angular) and backend (Dotnet) builds are successful.

Quick Start

Use the code-genius skill with the path to your story documents.

Frequently Asked Questions about code-genius

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

FAQPage Schema
How do I automate Angular and Dotnet build error correction?

You can automate Angular and Dotnet build error correction by using a test-driven development approach with automatic retry mechanisms. This process detects build failures and applies fixes up to five times per build type before failing.

What is test-driven development automation for feature implementation?

Test-driven development automation for feature implementation enforces writing tests before writing code to ensure robustness. It processes your implementation plans to automatically write and verify features, reducing manual debugging time.

Do I need to provide implementation plans for automated coding workflows?

Yes, you must provide document paths for implementation plans and error tracking to use automated coding workflows. The system requires these user-provided paths to know what features to implement and how to manage build retries.

How to handle build failures when implementing new features in Angular and Dotnet?

Handle build failures by running automated Angular and Dotnet build processes with integrated error correction. The system automatically detects and attempts to fix build errors up to five times per build type before ultimately failing.

Can I use a single workflow for both frontend and backend builds?

Yes, you can use a single workflow for frontend and backend builds. The test-driven development automation manages both Angular and Dotnet build processes simultaneously with integrated error correction and retry logic.