QBall-Inc
- 45 skills
- 0 followers
- 9 hours ago last updated
- ▌
- ▌ Cf Init · qball-incInitialize the CLEAR framework in the current project. Use when a user wants to set up CLEAR for the first time, reinitialize an existing project (destructive), or refresh meta files (CLAUDE.md + rules.md) from the latest CLEAR templates (non-destructive).
- ▌ Cf Plan · qball-inc bundleManage and view the development plan — status, progress, blockers, phases, and next steps. Use when the user asks about plan status, needs next-step recommendations, wants to create or modify the plan, or asks about phases and milestones.
- ▌ Cf Debug · qball-inc> **CLI Usage:** When unsure about a CLI's interface or flags, run it with `--help` first. Do NOT attempt to discover functionality by reading plugin source code — doing so leads to incorrect execution from assumptions made without context of the holistic flow.
- ▌ Cf Reload · qball-incReloads CLEAR context (knowledge, workpackage, plan) into the current session. Use when context is stale, files were manually edited, or recovering from context issues.
- ▌ Cf Status · qball-incDisplay CLEAR session status, token usage, and context health. Use when the user asks for session status, token consumption, or context integrity checks.
- ▌ Cf Handoff · qball-incGenerate a session handoff document. Use when ending a session, reaching token thresholds, or previewing handoff contents.
- ▌ Cf Knowledge · qball-inc bundleManage the CLEAR knowledge base — search, view, capture, index, link, deprecate, and supersede entries. Use when the user asks about knowledge base entries, wants to capture a decision or lesson, search for patterns, or manage entry lifecycle.
- ▌ Cf Help Guide · qball-incInteractive guide for CLEAR Framework. Helps discover commands and construct syntax through conversation.
- ▌ Skill Creator · qball-inc bundleGuide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
- ▌ Cf Workpackage · qball-inc bundleManage workpackage lifecycle — view status, list, create, start, pause, track progress, validate, complete, or delete. Use when the user mentions workpackages, asks to start or pause work, wants progress updates, or needs to change workpackage state.
- ▌ Plan Management · qball-incUse when creating a new development plan from a topic or brief, importing an existing plan YAML, checking plan status, identifying blockers, or getting next-step recommendations.
- ▌ Session Management · qball-incUse when PERFORMING session actions: checking token usage, preparing handoffs, or ending sessions early. Do NOT load for questions about past sessions or reading historical handoff documents.
- ▌ Knowledge Management · qball-incUse when PERFORMING knowledge actions: capturing decisions, searching the knowledge base, or creating knowledge entries.
- ▌ Workpackage Management · qball-incUse when performing workpackage actions: start, pause, complete, delete, defer, reorder, update progress, or check dependencies. Not for reading WP history or definitions.
- ▌ Init · qball-inc bundleInitialize, verify, or update Bulwark governance in a project. Sets up CLAUDE.md, rules.md, and optional tooling (statusline, LSP, scaffold). --update reviews canonical template changes interactively per-section.
- ▌ Fix Bug · qball-incRun the Fix Validation pipeline to investigate, fix, and validate a bug. Ensures deterministic pipeline execution with IssueAnalyzer, FixWriter, TestWriter (conditional), TestAudit (conditional), and FixValidator stages.
- ▌ Setup Lsp · qball-inc bundleConfigures Language Server Protocol integration for Claude Code projects. Use when setting up LSP servers, verifying post-restart initialization, or troubleshooting broken LSP configurations.
- ▌
- ▌ Code Review · qball-inc bundleComprehensive code review with distinct aspect based sections. Use when reviewing code, checking for security issues, finding type safety problems, auditing code quality, or when user asks to review code, PRs or changes. Three-phase workflow runs static tools, LLM judgment, and writes diagnostic log.
- ▌ Create Skill · qball-inc bundleGenerates Claude Code skills from requirements using adaptive interview, complexity classification, and iterative validation. Use when creating new skills, scaffolding skill structure, or generating skills with sub-agent orchestration.
- ▌ Plan Creation · qball-inc bundleCreate structured implementation plans via a 4-role scrum team (Product Owner, Architect, Eng/Delivery Lead, QA/Critic) with optional Agent Teams peer debate mode.
- ▌ Plan To Tasks · qball-inc bundleTransform a plan_creation plan_v{N}.md into a structured tasks.yaml + per-WP workpackages/*.yaml using parallel Sonnet sub-agents. Use after plan-creation finishes when you need execution-friendly task structure.
- ▌ Bulwark Verify · qball-incGenerate runnable verification scripts for components. Orchestrates assertion-patterns and component-patterns to produce executable scripts.
- ▌
- ▌ Bug Magnet Data · qball-inc bundleCurated edge case test data for boundary testing, verification scripts, and test generation. Provides pre-curated reference data organized by data type with context-specific loading guidance.
- ▌ Create Subagent · qball-inc bundleGenerates single-purpose Claude Code sub-agents for use via the Task tool. Use when creating dedicated sub-agents, scaffolding agent definitions, or generating agents with diagnostics and permissions setup.
- ▌ Issue Debugging · qball-inc bundleSystematic methodology for issue debugging including root cause analysis, impact mapping, tiered validation plans, and confidence assessment. Use when analyzing bugs, fixing issues, or validating fixes.
- ▌ Session Handoff · qball-inc bundleCreate consistent session handoff documents for context transfer between sessions. Use when closing a session, reaching 75% token consumption, or when user requests handoff. Ensures proper YAML headers for metrics collection, LF line endings, and complete documentation of progress, decisions, and next steps.
- ▌ Bulwark Research · qball-inc bundleStructured multi-viewpoint research using 5 parallel Sonnet sub-agents. Use when deep research is needed on a complex topic before implementation planning.
- ▌
- ▌ Product Ideation · qball-inc bundleEvaluates product ideas through a six-agent research pipeline producing BUY/HOLD/SELL recommendations backed by market analysis, competitive intelligence, and segment targeting. Use when assessing product viability, researching markets for new ideas, or deciding whether to pursue a product concept.
- ▌ Spec Drift Check · qball-inc bundleAudits a WP brief for drift against current code — extracts claims, verifies each, emits PROCEED/STOP verdict. Use when starting a new WP, before consuming a spec as binding, or when a doc references paths/lines/functions.
- ▌ Assertion Patterns · qball-incReal output verification vs mock calls. Use when transforming T1-T4 violating tests to verify observable behavior.
- ▌ Bulwark Brainstorm · qball-inc bundleRole-based brainstorming with dual modes: --scoped (sequential Task tool, 5 roles) and --exploratory (Agent Teams peer debate, 4 roles). Use for feasibility assessment and idea validation.
- ▌ Bulwark Statusline · qball-inc bundleConfigure the Bulwark status line for Claude Code. Supports init, preset switching, and customization.
- ▌ Component Patterns · qball-inc bundlePer-component-type verification approaches. Use when generating verification scripts for different component types.
- ▌
- ▌ Subagent Prompting · qball-inc bundleTemplate for structured sub-agent invocation using 4-part prompting (GOAL/CONSTRAINTS/CONTEXT/OUTPUT) and F# pipeline notation. Use when orchestrating sub-agents or designing multi-agent workflows.
- ▌ Anthropic Validator · qball-inc bundleValidates Claude Code assets (skills, hooks, agents, commands, MCP servers, plugins) against official Anthropic standards. Fetches latest docs dynamically and produces structured validation reports.
- ▌ Continuous Feedback · qball-inc bundleIdentifies improvement targets from accumulated session learnings and proposes concrete skill/agent modifications. General-purpose pipeline for any Claude Code project.
- ▌ Governance Protocol · qball-incSession governance protocol injected at startup via SessionStart hook
- ▌ Test Classification · qball-incPrompt template for test classification stage in Test Audit pipeline
- ▌ Test Fixture Creation · qball-incGuidelines for creating unbiased test fixtures that integrate with project infrastructure. Use when creating fixtures for manual testing, setting up E2E test scenarios, or building code samples with deliberate issues for LLM review. Ensures fixtures work with hook automation and pass Phase 1 checks.
- ▌ Subagent Output Templating · qball-inc bundleTemplate for structured sub-agent output including YAML log format, task completion reports (WHY/WHAT/TRADE-OFFS/RISKS), and summary constraints. Use when defining how sub-agents should report results.