inspequte-rule-plan

Draft or update inspequte rule plan.md files with scope and risks.

8|2|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/KengoTODA/inspequte --skill inspequte-rule-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inspequte-rule-plan
Source: https://github.com/KengoTODA/inspequte/tree/main/.codex/skills/inspequte-rule-plan
Command: npx skills add https://github.com/KengoTODA/inspequte --skill inspequte-rule-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the initial drafting and refinement of rule plans for the inspequte static analysis tool, ensuring a structured approach to defining new code quality rules.

Core Features & Use Cases

  • Rule Plan Generation: Creates or updates plan.md files for new or existing rules based on a brief idea and target rule ID.
  • Risk Assessment: Automatically includes a checklist of potential risks associated with the rule implementation.
  • Focused Scope: Ensures that only the plan.md is affected, leaving spec.md untouched during this phase.
  • Use Case: When you have a new idea for a static analysis rule, like "detecting unused private fields," you can use this Skill to quickly generate the foundational plan.md document, outlining the problem, detection strategy, and risks.

Quick Start

Use the inspequte-rule-plan skill to draft a plan for a new rule with the idea 'detect unused private fields' and target rule-id 'unused-private-fields'.

Frequently Asked Questions about inspequte-rule-plan

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

FAQPage Schema
How do I draft a rule plan for a new static analysis rule?

To draft a rule plan for a static analysis rule, you generate a `plan.md` file that defines the rule scope, detection strategy, implementation risks, and constraints. This ensures a structured approach to rule development without creating specification documents.

What is a rule plan in static analysis tool development?

A static analysis rule plan is a foundational document outlining the problem, detection strategy, and potential risks for a new code quality rule. It structures the development process by defining scope and constraints before implementation begins.

How do I document implementation risks for code quality rules?

Documenting implementation risks for code quality rules involves adding a checklist of potential risks to the rule plan. This checklist identifies edge cases and constraints associated with the rule's detection logic.

Can I use this rule planning process to generate rule specifications?

No, the rule planning process only affects the `plan.md` file and leaves `spec.md` untouched. It focuses strictly on defining rule scope and risks during the planning phase rather than generating specification documents.

What context do I need to generate a static analysis rule plan?

Generating a static analysis rule plan requires context from existing rule documentation and agent guidelines. This context ensures the generated plan accurately reflects the target rule ID and the intended code quality checks.