gendosu
- 18 skills
- 0 followers
- 6 hours ago last updated
- ▌ Codex · gendosu bundleVersatile Codex MCP integration for code review, technical research, documentation generation, and custom technical queries. Automatically constructs optimized prompts and gathers project context.
- ▌
- ▌ Agkan · gendosuUse when managing tasks with the agkan CLI tool - creating, listing, updating tasks, managing tags, blocking relationships, or tracking project progress with the kanban board.
- ▌ Agkan Add · gendosuUse when adding a new task to the backlog — collects title, body, tags, priority, and parent task, then creates it with agkan.
- ▌ Agkan Run · gendosuUse when starting a development session to pick the highest priority Todo task from agkan, implement it, create a pull request, and mark it done.
- ▌ Dashboard · gendosuUse when checking overall task status and project health - shows counts by status, in-progress tasks, and high-priority ready tasks
- ▌ Agkan Icebox · gendosuUse when reviewing icebox tasks to decide whether to promote them to backlog or close them as no longer needed.
- ▌ Agkan Review · gendosu bundleUse when checking review tasks against GitHub PR status to automatically move them to done or closed.
- ▌ Agkan Subtask · gendosuUse when a task has been selected and you need to implement it in an isolated (forked) context - handles in_progress update, branch creation, implementation, PR creation, and marking review.
- ▌ Agkan Planning · gendosuUse when reviewing backlog tasks to assess decomposition, implementation readiness, and priority ordering before development begins.
- ▌ Release · gendosuUse when you need to perform a release - handles version bumping in plugin.json, CHANGELOG update, tagging, and pushing.
- ▌ Agkan Run Direct · gendosuUse when starting a development session to pick the highest priority Todo task from agkan, implement it directly without PR/branch, and mark it done.
- ▌ Agkan Icebox Subtask · gendosuUse when reviewing a single icebox task to decide whether to promote it to backlog or close it.
- ▌ Agkan Subtask Direct · gendosuUse when a task has been selected and you need to implement it directly without PR/branch creation - handles in_progress update, implementation, and marking done.
- ▌ Agkan Planning Subtask · gendosuUse when reviewing a single backlog task to assess decomposition, implementation readiness, and priority ordering.
- ▌ Micro Commit · gendosuUse when you have uncommitted changes spanning multiple contexts and need to split them into logical, independently meaningful commits — especially before a PR or code review
- ▌ Key Guidelines · gendosuCore development principles and standards for consistent, high-quality code. Automatically applies DRY, KISS, YAGNI, SOLID, TDD, and micro-commit methodologies.
- ▌ Todo Task Planning · gendosu bundleExecute task planning based on the specified file and manage questions[/todo-task-planning file_path --pr --branch branch_name]