Usage with Claude Code
Launch Claude Code and use Specledger commands to build your feature. Run these commands in sequence.
Want to sync with your team?
Create a project on the web app first. Your specs, plans, and tasks will sync automatically when you commit.
Create project on webCommands
1. Describe your feature
/specledger.specify2. Generate implementation plan
/specledger.plan3. Create development tasks
/specledger.tasks4. Implement the feature
/specledger.implementTips
- -Describe your feature in natural language
- -Review each step before proceeding to the next
- -Works offline - login and create project on web to enable sync
Other commands
Analysis & Validation
/specledger.analyze- Cross-artifact consistency check across spec, plan, and tasks/specledger.audit- Complete codebase audit with tech stack detection and dependency graphs/specledger.clarify- Identify and resolve spec ambiguities via targeted questions/specledger.checklist- Generate custom validation checklist for the featureSetup & Configuration
/specledger.constitution- Define project principles and coding standards/specledger.adopt- Create spec from existing branch or audit outputCollaboration
/specledger.revise- Fetch and address review comments/specledger.resume- Continue previous work from where you left offDependencies
/specledger.add-deps- Add dependencies to the spec/specledger.remove-deps- Remove dependencies from the specHelp
/specledger.help- Display all available commands with descriptionsWhat's next?
Commit your changes and continue building.