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

# 极简质效

- [进入新团队的3种信念、3种资源和3种理念](https://www.oulan.com/1ux/agile/simplyagile/belief-resource-principle.md)
- [项目经理保持迭代行军的三种资产](https://www.oulan.com/1ux/agile/simplyagile/3-asset-for-pm.md)
- [告别“虚假完成”：让迭代回归真实交付的策略](https://www.oulan.com/1ux/agile/simplyagile/dor-dod.md)
- [项目管理：站会怎么开？](https://www.oulan.com/1ux/agile/simplyagile/daily-scrum.md)
- [端到端、即时、极简：极简质效三原则](https://www.oulan.com/1ux/agile/simplyagile/principles.md)
- [七种武器](https://www.oulan.com/1ux/agile/simplyagile/weapons.md): 极简质效的七种武器：提升项目管理敏捷力
- [七种武器之一张封神榜：聊聊项目管理中的真支持和放空炮](https://www.oulan.com/1ux/agile/simplyagile/weapons/examples.md)
- [七种武器之一条主心骨：聊聊项目管理里的脊梁和肢端肥大](https://www.oulan.com/1ux/agile/simplyagile/weapons/backbone.md)
- [七种武器之一面修身镜：聊聊项目管理中的团队管理](https://www.oulan.com/1ux/agile/simplyagile/weapons/mirror.md)
- [Cynefin展开式](https://www.oulan.com/1ux/agile/simplyagile/cynefin-series-expansion.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.oulan.com/1ux/agile/simplyagile.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.
