new-feature

Plan CodeGeass features with SOLID principles and GitHub issue blueprints.

2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/DonTizi/CodeGeass --skill new-feature
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-feature
Source: https://github.com/DonTizi/CodeGeass/tree/main/.claude/skills/new-feature
Command: npx skills add https://github.com/DonTizi/CodeGeass --skill new-feature

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides teams to plan and blueprint new features or integrations for CodeGeass using SOLID principles, ensuring scalable and maintainable designs before implementation.

Core Features & Use Cases

  • Structured planning: Analyzes codebase architecture, researches official documentation and best practices, and creates an extensible solution blueprint in the form of a GitHub issue.
  • Architectural decision records: Documents trade-offs, patterns, and interfaces to enable safe future extension.
  • Use Case: When proposing a new feature, the Skill provides a complete implementation blueprint, task breakdown, and artifacts without writing code.

Quick Start

To plan a SOLID-compliant feature for CodeGeass, provide the feature goal and constraints, and the Skill will return a GitHub issue-ready plan.

Frequently Asked Questions about new-feature

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

FAQPage Schema
How do I plan a new feature design following SOLID principles?

To plan a SOLID-compliant feature design, you provide the feature goal and constraints, and the tool returns a GitHub issue-ready blueprint with architecture decisions, task breakdowns, and artifacts without writing code.

What is architecture analysis for feature implementation blueprints?

Architecture analysis for implementation blueprints involves evaluating existing codebase patterns and official documentation to document trade-offs and interfaces, ensuring the new feature design is scalable and maintainable.

How do I create a GitHub issue blueprint for a new integration?

You create a GitHub issue blueprint for an integration by defining the feature goal and constraints; the output is a comprehensive plan containing architectural decisions, tasks, and artifacts formatted for issue tracking.

Does this architecture analysis approach write code for the planned feature?

No, this architecture analysis approach does not write code; it outputs a comprehensive implementation blueprint, architectural decision records, and task breakdowns to guide subsequent development.

When do I need an implementation blueprint with SOLID principles?

You need an implementation blueprint with SOLID principles when proposing a new feature or integration, ensuring a scalable and maintainable design with documented architectural trade-offs before any code is written.

Can I use codebase research to design an extensible solution without writing code?

Yes, codebase research can produce an extensible solution blueprint without writing code by analyzing existing architecture and official documentation to output a comprehensive plan with architectural decisions and implementation tasks.