feature-orchestrator
Generate the required feature plan file skeleton and enforce section outputs + Touched YES/NO gates.
Essential command-line tools and system utilities.
Generate the required feature plan file skeleton and enforce section outputs + Touched YES/NO gates.
Maintains project context through progressive disclosure and enforced documentation. This skill should be used when starting work on a new project to initialize context documentation, or continuously during development to maintain up-to-date project structure and coding conventions. Triggers on project initialization, file modifications, or when the agent needs to understand project architecture.
Write self-documenting code that explains itself through clear structure and naming, add minimal helpful comments to explain large sections of code logic, and avoid comments about changes or fixes that won't be relevant in the future. Use this skill when deciding whether to add comments to code, writing comments for complex logic sections, ensuring code is self-explanatory through good naming, refactoring code to reduce the need for comments, or reviewing existing comments for relevance and clarity. This skill applies when working on any code files where you need to balance code clarity with appropriate documentation.
Use when monitoring code quality over time, measuring refactoring impact, tracking if complexity is improving or worsening, or validating technical debt work - tracks complexity metrics across git history identifying improving, stable, or deteriorating files
代码重构指南技能。当用户需要优化代码结构、消除代码异味、改进设计模式、提升代码可维护性或进行架构改进时使用此技能。
Enforce ownership boundaries between coverage-nextjs and template-coverage-creatives. Never mix responsibilities.
CodeRabbitのレビューコメントを自動修正するためのワークフロー手順です。レビュー修正の依頼があった場合に使用してください。
Open source license compliance including compatibility analysis, obligations tracking, and compliance workflows
Makefile patterns for development workflows. Use when creating or understanding Makefiles for build automation, release workflows, and development iteration.
Verify implementation matches change artifacts. Use when the user wants to validate that implementation is complete, correct, and coherent before archiving.
Blob storage patterns for file persistence. Use when implementing storage operations or file management. Triggers: storage.System, Store, Retrieve, Delete, Validate, Path, atomic writes, path traversal protection, storage keys, filesystem, base_path, temp file. File patterns: pkg/storage/*.go
Ensure all asset filenames are lowercase and hyphenated
Use when implementing any feature or bugfix, before writing implementation code
Checks if docs need updates. MUST use proactively after adding new public APIs, breaking changes, or significant architectural changes. Also triggers on "ドキュメント", "docs".
Analyze files in a codebase to understand structure, find patterns, extract metadata, and generate summaries. Use when exploring unfamiliar codebases, documenting project structure, or when users ask about file contents, organization, or relationships.
Before modifying shared code (types, APIs, utilities), find all consumers. Prevents partial migrations and broken integrations. Trigger before changing any exported symbol.
指定されたフォルダ内のMDファイルを読み取り、品質チェックリストに基づいて評価レポートを生成。品質チェック、完了確認、基準判定で必ず使用。MUST BE USED for quality gates.
Refactors for readability after verification is green, re-running checks and updating 20_verification.md.
项目上下文自动更新器。当新增功能、重构代码、修改架构时触发,确保 project_context.md 保持最新。触发词:新功能, 重构, 架构变更, 新模块, 新系统, 完成实现。
Safe cleanup + de-bloat operator for SYSopGPTWSL. Inventories candidates, proposes an action plan, and only deletes after explicit user confirmation. Defaults to repo-scoped, reversible moves into `sysop/out/janitor_trash/`. Use when the user says “clean up”, “cleanup”, “delete”, “remove duplicates”, “free disk space”, “declutter”, or “bloat”.
Use when implementing any feature or bugfix, before writing implementation code