Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/CodySwannGT/lisa --skill lisa-research명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | lisa-research |
| description | Research a problem space and… |
| allowed-tools | ["Skill","Bash","Read","Glob","Grep"] |
Produce a PRD for the problem in $ARGUMENTS, then create it in the configured PRD source.
prd_ready (optional, default false) — false creates the PRD in the source's draft role for
human review; true creates it in the ready role so lisa-intake (PRD side) auto-claims it.dedupe_key / marker (optional) — a stable dedupe marker (e.g. supplied by
lisa-project-ideation) embedded in the created PRD so re-runs reference the existing PRD rather
than creating a duplicate.ideation_ledger_payload (optional, required when invoked by lisa-project-ideation) — a
structured metadata object to forward unchanged to lisa-prd-source-write. It carries the
selected marker, automation id/path when available, persona names, persona evidence references,
rejected overlap candidates, repo identity, prd_ready, selected idea title/key, and expected
empirical verification artifact. research may use these fields to inform the PRD body, but must
not discard, rename, or vendor-render them.You are "inside an agent team" only if you are yourself a spawned teammate or subagent — you were spawned into a team context, or your context names a team lead you report to. A lead/root session that has previously spawned subagents is still the lead and retains full authority to create this flow's team.
If you are NOT inside an agent team by that definition, the very first thing you do is establish team orchestration.
Use the team tool for the current runtime:
TeamCreate tool; the team forms automatically when you spawn the first teammate with Agent. That first spawn should be the bounded specialist needed to start this flow. On older Claude Code that still exposes TeamCreate, the explicit team-create path is also acceptable.TeamCreate; Codex does not expose that Claude tool. Use tool_search with a query like multi-agent tools to load multi_agent_v1, then use multi_agent_v1.spawn_agent for teammate delegation. Treat the first successful spawn_agent call as establishing team orchestration.If no team creation or subagent delegation tool is available, explicitly state that team orchestration is unavailable in this runtime, continue as the lead agent, and preserve the workflow's review, verification, and task-tracking obligations locally.
Until the team is established, the first Codex teammate has been spawned, or the no-team fallback has been declared, do NOT call any of: TaskCreate, Skill, MCP tools (Atlassian / Linear / GitHub / Notion), Read, Write, Edit, Bash, Grep, Glob. The initial Claude Agent spawn described above is the only pre-team exception because it establishes the team. Gathering context inline as the lead is the exact bypass path that produces ad-hoc work instead of a real team flow.
If you ARE already inside an agent team (e.g., a teammate invoked this skill via the Skill tool), do NOT create a second team — many harnesses reject double-creates — and do NOT collapse the nested flow into a single inline worker. A nested team-first flow must still bring in the specialists it requires by adding them to the existing team, not by doing the work itself:
Agent with a name from a teammate (the harness rejects it: "Teammates cannot spawn other teammates — the team roster is flat"). Send the team lead a message naming the specialist teammate(s) this flow needs, their task assignments, and completion criteria, then coordinate through the shared task list until they finish. An anonymous subagent (Agent with name omitted) is permitted only for bounded one-shot work whose result returns directly to you — it is not a substitute for the required lifecycle specialists.TeamCreate. If the lead/root agent is addressable (you were given its id/handle), send it a request to multi_agent_v1.spawn_agent the specialist agent(s), including each agent's prompt, ownership, and expected result. If no lead handle exists but spawn_agent is available to you, spawn only the bounded specialist agent(s) this flow needs, wait_agent for their results, and relay those results upward to the parent/lead.Treat the first successful lead-spawn request (or, on the Codex fallback, the first specialist spawn) as preserving team orchestration. Never satisfy a team-first lifecycle flow by doing all the work inline.
Execute the Research flow as defined in the intent-routing rule (loaded via the lisa plugin). The rule contains the canonical step sequence (gates, sub-flows, deliverables). This skill does NOT restate flow steps — change them in the rule, propagate everywhere.
A PRD created in the configured PRD source (per the intent-routing rule's Research flow
definition) structured as: problem statement, high-level solution description, links (if needed),
user stories (each with its own functional/non-functional requirements and, only for stories with
new UI/visual work, a design-file pointer), overall acceptance criteria, open questions, and the
"Recommended Tooling for Plan Phase" section. Requirements MUST conform to the
prd-definition-of-ready rule: identified atoms (R1, R2, …), one behavior each in an
EARS-pattern shape, each with a measurable fit criterion, plus the non-functional checklist. For any
story with frontend scope, its user-facing behavior MUST be expressed as — or in a shape directly
convertible to — Given/When/Then scenarios, naming the platforms each behavior must hold on, per the
bdd-e2e-coverage rule; narrative-only frontend behavior forces that shape to be invented later,
inconsistently, by whoever picks up the ticket. Where a requirement introduces or changes
persistent state — anything the system writes that outlives the process that wrote it, rows being
only one kind — the PRD MUST name that state and the reset policy it is expected to take, per the
reset-seed-coverage rule, so the classification is a stated requirement rather than something
discovered when a leaked record breaks a suite; that rule also covers the non-row cases (identity
objects, object storage, search indexes, queues, caches, derived views) a narrative spec routinely
omits. Each scenario stub carries its originating requirement
atom (R1, R2, …) even though the stable @BDD-<DOMAIN>-<NNN> ID is not minted until Plan or
Implement — this is what lets a later stage's provenance tag, and spec-conformance's traceability
check, walk back from a shipped scenario to the PRD requirement it was written to satisfy, instead of
accepting any scenario with a stable ID as proof of this requirement. The final
flow step invokes lisa-prd-source-write, which creates the PRD in the configured source (Notion
page in the PRD database, Confluence page under the lifecycle parent, GitHub issue, or Linear
project) in the draft role by default or ready when prd_ready=true. The PRD lives in the
source — there is no loose document artifact. Before handing the synthesized PRD to
lisa-prd-source-write, record the Research run's direct usage on that artifact through
lisa-usage-accounting so the PRD body carries the canonical ## Lisa Usage ledger from creation
time onward. If the runtime does not expose trustworthy usage, the direct entry must still be
written with and nullable token/cost fields rather than silently omitting the
Research row. If the call includes , pass that object through in the
spec unchanged alongside , , and ; this is
the vendor-neutral handoff that lets the configured writer render an auditable run ledger without
bypassing source selection. A must be configured; if it is not, stop and report
it rather than emitting a document. The Plan flow consumes the created PRD next.
source: unavailableideation_ledger_payloadlisa-prd-source-writemarkerdedupe_keyinitial_roleresearchsource