.claude/skills.nouse/next/SKILL.md
Suggest the next task to work on based on current Phase and worklog state. Use when you want to know what to do next in the project.
npx skillsauth add taewook486/real-estate-mcp nextInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Identify the highest-priority next task based on current project state.
Read only:
localdocs/worklog.doing.md — full (short by design)localdocs/worklog.todo.md — full (short by design)localdocs/plan*.md) — priority/phase section only, not the full docThen run a single directory listing to see what's implemented:
ls -1 src/*/
Do not read worklog.done.md — doing + todo + directory state is sufficient.
From what you read, answer:
src/? → Cross-reference plan priorities against actual files.If no plan document exists, infer priorities from todo order and directory gaps.
src/ and suggest what's missing## Next Task
### Current State
- Phase: [derived from plan or inferred]
- In progress: [task or "none"]
- Phase completion: [rough estimate, e.g. "3 of ~7 tasks"]
### Recommended Task
**[filename or task name]**
#### What to do
[What needs to be implemented — derived from plan doc, not hardcoded]
#### Reference docs
[Link to relevant plan section if found]
#### Getting started
\```bash
[command or initial snippet if applicable]
\```
#### When done
\```
worklog done [task] complete
next
\```
lstesting
--- name: worklog description: Update worklog files by moving tasks between todo/doing/done states. Use when recording task progress, starting new work, or marking tasks complete. Requires explicit arguments: worklog [done|doing|todo] [description]. --- # Worklog Update task state in worklog files. Requires explicit arguments. ## Worklog Files - `localdocs/worklog.todo.md` — backlog - `localdocs/worklog.doing.md` — in progress - `localdocs/worklog.done.md` — completed (grouped by date, appen
development
Test-Driven Development workflow. Use for ALL code changes - features, bug fixes, refactoring. TDD is non-negotiable.
tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
development
Refactoring assessment and patterns. Use after tests pass (GREEN phase) to assess improvement opportunities.