rule-wizard

Guide users through option-based questions to clarify rule ideas before persistence.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/agentteamland/rule --skill rule-wizard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rule-wizard
Source: https://github.com/agentteamland/rule/tree/main/skills/rule-wizard
Command: npx skills add https://github.com/agentteamland/rule --skill rule-wizard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clarifies and structures complex rules by guiding users through an option-based Q&A flow, capturing missing context and presenting alternatives before final rule creation.

Core Features & Use Cases

  • Interactive, option-based Q&A rounds to extract scope, motivation, and edge cases.
  • Automatically detects if the user intent yields multiple rules and handles them cleanly.
  • Integrates with the /rule skill to write finalized rules after clarification.
  • Reads existing rules to avoid duplication or conflicts and to suggest related improvements.

Quick Start

Provide a topic context to start the wizard and collect missing details via option-based questions.

Frequently Asked Questions about rule-wizard

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

FAQPage Schema
How do I clarify and structure complex coding rules before finalizing them?

To clarify coding rules, use an interactive wizard that guides you through option-based questions to capture scope, motivation, and edge cases before final creation. This structured Q&A extracts missing context and presents alternatives to finalize the rule.

What is the best way to avoid duplication when creating new coding standards?

The best way to avoid duplication when creating coding standards is to use a rule generation tool that reads existing rules first. This detects conflicts and suggests related improvements before finalizing the new standards.

How do I split a complex rule idea into multiple distinct rules?

To split a complex rule idea into multiple rules, provide your topic context to an automated wizard. It analyzes your intent and cleanly divides the result into multiple rules if the scope requires it.

Can I use an AI assistant to extract missing edge cases for QA automation rules?

Yes, you can use an AI assistant wizard to extract missing edge cases for QA automation rules. It guides you through interactive Q&A rounds to surface hidden contexts and alternatives before finalizing the automation rule.

Do I need an existing rule framework to persist rules created through guided questions?

Yes, you need a dedicated rule skill to persist rules created through guided questions. The wizard clarifies and structures the rule intent, then passes the finalized result to a separate rule skill for persistence.