ask-maks

Routes user situations to the appropriate skill or workflow in the repository.

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/MaksymilianCzadowski/skills --skill ask-maks-maksymilianczadowski
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ask-maks
Source: https://github.com/MaksymilianCzadowski/skills/tree/main/skills/engineering/ask-maks
Command: npx skills add https://github.com/MaksymilianCzadowski/skills --skill ask-maks-maksymilianczadowski

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a repository contains many skills, it is hard to remember which one fits your current situation. This Skill acts as a router: describe where you are (an idea, a bug, a pile of requests, a foggy project) and it maps you onto the right skill or flow. ## Core Features & Use Cases - Main flow routing: Guides idea-to-ship work through /grill-with-docs, /to-spec, /to-tickets, and /implement, with branching rules for prototypes and multi-session builds. - On-ramp selection: Directs incoming bugs and requests to /triage, hard bugs to /diagnosing-bugs, and large foggy efforts to /wayfinder. - Context hygiene guidance: Explains when to keep one context window, when to use /handoff to cross sessions, and when to use /compact. - Use Case: You have a vague feature idea and a codebase but no plan. Ask this Skill, and it routes you to /grill-with-docs to sharpen the idea, then onward to spec, tickets, and implementation. ## Quick Start Ask which skill fits your situation, for example: I have a bug report and a half-formed feature idea, which skill should I start with?

Frequently Asked Questions about ask-maks

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

FAQPage Schema
How do I choose the right skill for my task?▼

Describe your starting situation to this router skill, such as having an idea, a bug, or a pile of requests. It maps each situation to a specific skill or flow, like /grill-with-docs for ideas or /triage for incoming issues.

What is the main flow from idea to shipped code?▼

The main flow runs /grill-with-docs to sharpen the idea, then /to-spec and /to-tickets for multi-session builds, then /implement per ticket. Single-session work skips straight to /implement after grilling.

When should I use handoff instead of compact?▼

Use /handoff when you want a fresh session while preserving the current conversation in a markdown file. Use /compact to stay in the same conversation at intentional phase breaks when losing verbatim history is acceptable.

Should I triage tickets created by to-tickets?▼

No. Triage is only for issues you did not create, such as bug reports and incoming feature requests. Tickets produced by /to-tickets are already agent-ready and go straight to /implement.

When is wayfinder the wrong choice?▼

Wayfinder is only for huge, foggy efforts where the path is not visible, like greenfield projects. It is slower and denser than other flows, so never use it for a well-scoped feature that fits the main flow.