Now-Next Methodology
January 15, 2026 ยท View on GitHub
Keep your AI on track across sessions with two simple files: NOW.md + /next command
๐ Setup
Claude Code:
curl -o ~/.claude/commands/setup-now-next.md https://raw.githubusercontent.com/soutone/now-next-methodology/main/templates/claude-code/setup-now-next.md
OpenCode:
curl -o ~/.config/opencode/command/setup-now-next.md https://raw.githubusercontent.com/soutone/now-next-methodology/main/templates/opencode/setup-now-next.md
Then in any project:
/setup-now-next
๐ก How It Works
NOW.md tracks your project state:
- Recent accomplishments (what got done)
- Current status (where you are)
- Next steps (what to do next)
/next tells your AI to:
- Read NOW.md
- Pick the next task
- Implement + test it
- Update NOW.md
- Commit changes
Your AI maintains context across sessions. No more "what were we working on?"
โจ Daily Workflow
You: /next
AI: [reads NOW.md, implements feature, updates state, commits]
AI: โ
Done! Added user authentication. Next: password reset
You: /next
AI: [continues from where it left off...]
That's it. Just run /next whenever you want to continue development.
๐ฏ Real Projects Using This
- Documatic - AI documentation tool (WIP)
- Credible - Credential verification (WIP)
- MailCheck - Email validation (WIP)
๐ง Customization
The templates are starting points. Edit NOW.md sections to fit your needs:
- Add metrics, dependencies, architecture decisions
- Remove sections you don't need
- Change commit formats in /next command
- Adapt to your tech stack
See templates/ for the files that get created.
๐ค Why This Works
AI assistants are great at executing but can't remember state between sessions.
NOW.md externalizes that state into a markdown file both you and the AI can read.
Simple pattern that works.
๐ค Contributing
Found this useful?
- Share your experience in Discussions
- Report issues or improvements
- See CONTRIBUTING.md
๐ License
MIT - Use it however you want.
Just a workflow that worked for me. Hope it helps you too.
If it does, โญ the repo!