> For the complete documentation index, see [llms.txt](https://www.pmguidebook.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pmguidebook.com/process-skills.md).

# Process Skills

- [Overview](https://www.pmguidebook.com/process-skills/overview.md)
- [Strategy](https://www.pmguidebook.com/process-skills/strategy.md)
- [Objective Setting](https://www.pmguidebook.com/process-skills/strategy/objective-setting.md)
- [Prioritization](https://www.pmguidebook.com/process-skills/strategy/prioritization.md)
- [Roadmapping](https://www.pmguidebook.com/process-skills/strategy/roadmapping.md)
- [Discovery](https://www.pmguidebook.com/process-skills/discovery.md)
- [Problem Research and Definition](https://www.pmguidebook.com/process-skills/discovery/problem-research-and-definition.md)
- [Customer Discovery and Research](https://www.pmguidebook.com/process-skills/discovery/customer-discovery-and-research.md)
- [Solution Design and Validation](https://www.pmguidebook.com/process-skills/discovery/solution-design-and-validation.md)
- [Development](https://www.pmguidebook.com/process-skills/development.md)
- [Writing and Using Product Requirements](https://www.pmguidebook.com/process-skills/development/writing-and-using-product-requirements.md)
- [Concepts through Designing](https://www.pmguidebook.com/process-skills/development/concepts-through-designing.md)
- [Working with Designers](https://www.pmguidebook.com/process-skills/development/working-with-designers.md)
- [Development Execution and Methodologies](https://www.pmguidebook.com/process-skills/development/development-execution-and-methodologies.md)
- [Working with Engineers](https://www.pmguidebook.com/process-skills/development/working-with-engineers.md)
- [Scoping and Writing User Stories](https://www.pmguidebook.com/process-skills/development/scoping-and-writing-user-stories.md)
- [Technical Debt Management](https://www.pmguidebook.com/process-skills/development/technical-debt-management.md)
- [Delivery](https://www.pmguidebook.com/process-skills/delivery.md)
- [Roll-out and Release Management](https://www.pmguidebook.com/process-skills/delivery/roll-out-and-release-management.md)
- [Assessing Assumptions, Risk, and Issues](https://www.pmguidebook.com/process-skills/delivery/assessing-assumptions-risk-and-issues.md)
- [Measuring Product Launch Success](https://www.pmguidebook.com/process-skills/delivery/measuring-product-launch-success.md)
- [Marketing and Communications](https://www.pmguidebook.com/process-skills/delivery/marketing-and-communications.md)
- [User Activation](https://www.pmguidebook.com/process-skills/delivery/user-activation.md)
- [Optimization](https://www.pmguidebook.com/process-skills/optimization.md)
- [Iterative Development and Learning](https://www.pmguidebook.com/process-skills/optimization/iterative-development-and-learning.md)
- [Streamlining Processes and Experiences](https://www.pmguidebook.com/process-skills/optimization/streamlining-processes-and-experiences.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.pmguidebook.com/process-skills.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
