> For the complete documentation index, see [llms.txt](https://irosyadi.gitbook.io/irosyadi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://irosyadi.gitbook.io/irosyadi/app/project-time-management.md).

# Project and Time Management

## Kanban

* [Nullboard](https://nullboard.io/preview) Minimalist web based local kanban board
  * [Nullboard at rosyadi.com](https://rosyadi.com/kanban/) Nullboard instance in rosyadi.com
* [Kanboard](https://kanboard.org/) Opensource Kanban Server
* [Wekan](https://wekan.github.io/) Opensource Kanban Server
* [Personal Kanban](https://personalkanban.js.org) Minimalist web based local kanban board
* [Portabella](https://portabella.io/) Local and host kanban board
* [Trello Clone](https://github.com/amir734jj/trello-clone-nextjs)
* [Brisqi–Offline-first Personal Kanban App](https://brisqi.com/)
* [KanbanFlow - Lean project management. Simplified.](https://kanbanflow.com/)
* [Kanban](https://sanderdlm.be/kanban/) another single html Kanban Board (like nullboard) [dreadnip/kanban: A basic kanban board in a single HTML file using browser native drag & drop and localStorage for persistence](https://github.com/dreadnip/kanban)
* [Kanban Project Management Software - Kanboard](https://kanboard.org/) self hosted in PHP
  * [Kanboard—Kanboard documentation](https://docs.kanboard.org/en/latest/index.html)
* [Focalboard: Open source alternative to Trello, Asana, and Notion](https://www.focalboard.com/)
* [Restyaboard - Open source Trello alternative, kanban board for task management - Restya](https://restya.com/board)
* [Tekan—Kanban that stays with you](https://ibnishak.github.io/Tesseract/projects/tekan/Tekan.html)

## Pomodoro Apps

* [Foca: Pomodoro Focus Timer](https://play.google.com/store/apps/details?id=com.pomodoro.foca)
* [Focus To-Do: Pomodoro & Tasks](https://play.google.com/store/apps/details?id=com.superelement.pomodoro)
* [Pomodoro : + White noise](https://play.google.com/store/apps/details?id=com.kinp.pomodoro)
* [Neu Pomodoro - Focus Timer](https://play.google.com/store/apps/details?id=com.develhoping.pomodoro)

## GTD Time Management

* [GTD in 15 minutes–A Pragmatic Guide to Getting Things Done](https://hamberg.no/gtd#what-is-gtd)


---

# 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://irosyadi.gitbook.io/irosyadi/app/project-time-management.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.
