AI SummaryEstablishes a lightweight logging structure for casual development workflows, enabling developers to quickly document decisions and events without formal ceremony during prototyping and experimentation.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "Create logs directories if needed" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/vibe && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/vibe/SKILL.md "https://raw.githubusercontent.com/jpoley/flowspec/main/.claude/commands/vibe/vibe.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Casual development mode with minimal ceremony - just logs and light documentation.
User Input
`text $ARGUMENTS ` Consider the user input to understand what they want to build.
Vibe Mode
This is casual development mode - less rigor, faster iteration. Use this when: • Exploring an idea • Quick prototyping • Small fixes that don't need full SDD workflow • Learning or experimenting
What's Required (Always)
• Log significant decisions to .logs/decisions/ • Log events to .logs/events/
What's Encouraged (But Not Blocking)
• Brief notes about what you're building • A simple plan (even just bullet points) • Basic tests if touching existing code
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster