with one click
phlight-ask
// Conversational Q&A with the project - ideation, prioritization, triage, architecture questions, tech exploration. Strictly read-only, never writes files or invokes skills that produce artifacts
// Conversational Q&A with the project - ideation, prioritization, triage, architecture questions, tech exploration. Strictly read-only, never writes files or invokes skills that produce artifacts
| name | phlight-ask |
| description | Conversational Q&A with the project - ideation, prioritization, triage, architecture questions, tech exploration. Strictly read-only, never writes files or invokes skills that produce artifacts |
| argument-hint | <question or topic> |
Open-ended conversation about the project. Ideation, feature prioritization, bug triage, architecture questions, technology exploration, "how does X work", "what should we build next", "is Y implemented yet" - anything where the goal is understanding, not action.
/phlight-ask how does the sync service handle rate limiting?
/phlight-ask what features are planned but not yet implemented?
/phlight-ask triage this bug: users see a blank screen after login
/phlight-ask what's the tech stack for the frontend?
/phlight-ask should we prioritize X or Y?
If $ARGUMENTS (trimmed) exactly matches one of --help, -h, -help,
--h, help, or h, print the help screen below and stop. Do not run any
other step. Any question that merely contains the word "help" (e.g. "how
does help work here?") is NOT a help invocation - only exact matches of the
tokens above trigger help.
phlight-ask - conversational Q&A about the project (read-only)
Usage:
/phlight-ask <question or topic>
Examples:
/phlight-ask how does the sync service handle rate limiting?
/phlight-ask what features are planned but not yet implemented?
/phlight-ask triage this bug: users see a blank screen after login
/phlight-ask should we prioritize X or Y?
Flags:
--help, -h, help show this help screen
Prerequisites:
None
Strictly read-only: does not write files, create tasks, modify git state, or
invoke skills that produce artifacts
This skill has no required config sections. It works with whatever context is
available - codebase, conversation, web search, documentation. If the user's
question is specifically about tasks or priorities and ## Task Management is
configured, task info can be fetched read-only. Do not proactively check for
related tasks, ask about task assignment, or reference the task provider unless
the user's question calls for it.
This skill MUST NOT:
This skill CAN:
Respond conversationally. Match depth to the question:
When investigating the codebase, cite specific files and line numbers so the user can follow along.
If the user's question would genuinely require writing code or files to answer properly (e.g., "can you build a proof of concept?"), say so clearly and let them decide whether to switch to another workflow. Do not do it yourself.
[HINT] Download the complete skill directory including SKILL.md and all related files