RedPlanetHQ / RedPlanetHQ/core
Skill: classify tasks (simple vs complex vs exploratory) and route workflow
Open
@saimanoj is already working on this.
Since Apr 8, 2026.
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 194
- Avg merge
- 12m
- Merged PRs (30d)
- 2
Description
Current behavior
- Agent does not reliably distinguish between implement-now vs plan-first vs exploration-needed work, leading to premature execution or unclear next steps.
Expected behavior
- Create a skill that classifies tasks as: simple / complex / exploratory.
- Simple: implement once Description is final and task is ready to be picked.
- Complex: write a detailed implementation plan in the task description and wait for approval.
- Exploratory: do exploration, set state to "user is not clear what they want in this task", and propose questions + research to converge on a clear work item.
Notes
- Prefer deterministic rules + examples for the classifier.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.