Skip to content
Draft
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions skills/paw-status/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,13 @@ For "What is PAW?", "What does PAW stand for?", or similar onboarding questions:
- PAW enables **Context-Driven Development**: agents build understanding through durable artifacts (specs, research, plans) before writing code.
- PAW supports two workflows: implementation and review.
- Workflow **stages** are top-level milestones; implementation **phases** are subdivisions inside `ImplementationPlan.md`.
- If the user also asks how to get started, tailor the answer by platform:
- **GitHub Copilot CLI**: install via `copilot plugin install lossyrob/phased-agent-workflow` or `npx @paw-workflow/cli install copilot`, then start with `copilot --agent PAW` (or `/agent PAW` in an existing session).
- **VS Code**: install the extension, then run `PAW: New PAW Workflow`.
- If the user also asks how to get started:
{{#cli}}
- Install via `copilot plugin install lossyrob/phased-agent-workflow` or `npx @paw-workflow/cli install copilot`, then start with `copilot --agent PAW` (or `/agent PAW` in an existing session).
{{/cli}}
{{#vscode}}
- Install the extension, then run `PAW: New PAW Workflow`.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the user will be using a skill that requires an installation, it makes less sense to have install guidance here. Just have the workflow init guidance. Right for vscode, for cli it should be selecting the PAW custom agent and typing, "start a new paw workflow" or something like that

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 74ca643. Removed the install guidance and updated both blocks to workflow init only:

  • CLI: "Select the PAW custom agent (copilot --agent PAW or /agent PAW) and say 'start a new PAW workflow'."
  • VS Code: "Run PAW: New PAW Workflow."

{{/vscode}}
- Prefer concise, sourced onboarding language over improvisation.

When asked "What does <stage> do?", provide:
Expand Down