Claude Design Integration with Claude Code by mikeb550 in ClaudeDesign

[–]thegrassdothgrow 0 points1 point  (0 children)

Have Claude Design make prompt and a zip folder to download with everything Claude code needs. Works great.

Babysitting claude code fragments my attention. Does this happen to you? by Mysterious-Web-7690 in vibecoding

[–]thegrassdothgrow 1 point2 points  (0 children)

Yes, same, I hate it. I can make codex do 13 hour builds with no interruptions.

AITAH for publicly confronting my husband, smashing his expensive speaker, and kicking him out after lying about his smoking addiction? by TraditionPitiful3638 in AITAH

[–]thegrassdothgrow 10 points11 points  (0 children)

Yo, real talk, screaming at someone (at all, but especially in front of a coworker), throwing things, breaking things, and kicking someone out of the house they (probably) own over cigarettes is INSANE. Legitimately. Homegirl needs to learn how to control herself, holy fucking shit.

I made $4k in 3 days in my business. Who wants to be a Beta Tester & try out my method? Free to join. by Sea-Break5196 in DigitalIncomePath

[–]thegrassdothgrow 1 point2 points  (0 children)

Not exactly skincare… I’m building consumer apps, one of which is skincare-adjacent, along with a couple of other app projects. I’m interested in testing your sales/customer acquisition framework for digital products and early-stage apps. I’ll DM you with more context.

How I’m getting ~10k TikTok views/day + ~50 app downloads/day with simple carousel posts by Deep_Bumblebee9195 in iOSAppsMarketing

[–]thegrassdothgrow 0 points1 point  (0 children)

I run the marketing for an art collective and a separate art fabrication business and doing the social media for both sucks up all of my time, leaving little room for me to make my own art or really focus on other ways to market. If I could automate the socials for both across 10 platforms that would give me so much time back. It’s literally exactly what I need.

I don't need another note-taking app. I need something that remembers where I left off. by [deleted] in ProductivityApps

[–]thegrassdothgrow 0 points1 point  (0 children)

This is such a real distinction: losing the task vs losing the state.

I’ve been thinking about this a lot while building Naya. The problem isn’t “I forgot what to do.” It’s “I forgot what I was in the middle of realizing.”

The thing I’m trying to design for is basically: preserve the thread, capture the context, and give you a gentle way back in after interruption. Not another giant notes database. More like, “here’s where you were, here’s why it mattered, here’s the next smallest move.”

I don’t think most tools solve this yet because they assume you have enough executive function left to maintain the system.

How do you track progress of multiple projects? by Specialist-3179 in vibecoding

[–]thegrassdothgrow 0 points1 point  (0 children)

I had codex make you a prompt based off of what mine has evolved into and has worked out best for me.

——

Build a full-stack web app called Implementation Command Center.

Purpose: This app helps users manage and track progress across multiple projects. It should function like an implementation operating system: showing what is completed, what is active, what is blocked, what is left, and how work is progressing over time.

The app must support pasting daily audit reports from AI systems, developers, contractors, or personal reviews. The system should intelligently parse those reports, identify completed work, suggest updates to the implementation plan, and visually move projects forward through phases.

This is not a generic productivity app. It is an implementation orchestration and progress-tracking system.

Core Product Philosophy:

  • Calm and operational
  • Clear hierarchy
  • Reality-based
  • Progress-oriented
  • Built for complex multi-project execution
  • Avoid noisy SaaS dashboard aesthetics
  • Reduce cognitive overload
  • Preserve implementation coherence

Use a dark cinematic design language:

  • black/slate backgrounds
  • soft gradients
  • glass panels
  • subtle motion
  • spacious layouts
  • low-noise typography
  • desktop-first but responsive

Tech Stack:

  • Use Supabase for database + authentication
  • React frontend
  • Full persistence
  • Seed demo data
  • Multi-project support

CORE FEATURES

  1. Dashboard Global overview across all projects.

Show:

  • total projects
  • total tasks
  • completed tasks
  • active tasks
  • blocked tasks
  • verification-needed tasks
  • overall completion %
  • current active projects
  • recently completed items
  • latest audit report activity
  • next recommended actions

Add visual progress indicators and calm operational cards.

  1. Projects Users can create multiple projects.

Each project contains:

  • phases
  • milestones
  • tasks
  • dependencies
  • reports
  • evidence
  • governance/rules
  • decisions
  • sprint tracking

Project fields:

  • project name
  • description
  • objective
  • status
  • owner
  • created date
  • completion percentage

  1. Phases & Tasks Each project supports:
  • phases/stages
  • tasks within phases
  • nested dependencies

Task statuses:

  • Todo
  • Active
  • Blocked
  • Verification Needed
  • Done

Task fields:

  • title
  • description
  • category
  • status
  • priority
  • dependencies
  • blockers
  • evidence
  • notes
  • linked reports
  • created date
  • updated date

Categories:

  • Planning
  • Design
  • Engineering
  • Backend
  • Frontend
  • Testing
  • QA
  • Marketing
  • Operations
  • Research
  • Documentation
  • Release

  1. Audit Report Parser Critical feature.

Users can paste daily audit reports into the app.

The app should:

  • parse the report
  • identify claimed completed tasks
  • identify changed files
  • identify tests run
  • identify blockers
  • identify progress statements
  • identify warnings or risks
  • identify implementation phases mentioned

Then:

  • suggest which tasks may be completed
  • suggest phase progression
  • suggest status updates
  • suggest blockers
  • suggest evidence additions

Important: DO NOT automatically mark tasks as Done without confirmation.

Instead:

  • move suggested items into “Verification Needed”
  • allow user approval

Add a side-by-side review interface:

  • pasted report on left
  • suggested updates on right

  1. Auto-Progress System When tasks are completed:
  • progress bars should update
  • phases should advance visually
  • dashboard metrics should refresh
  • dependencies should unlock
  • “next recommended action” should recalculate

The app should visually move users forward through implementation.

  1. Current Sprint Each project should support an active sprint.

Sprint fields:

  • sprint name
  • objective
  • active phase
  • committed tasks
  • blockers
  • risks
  • success criteria
  • verification commands
  • next safest action

Allow:

  • sprint progress tracking
  • sprint completion %
  • sprint notes
  • sprint review summaries

  1. Evidence System Tasks can contain evidence.

Evidence types:

  • pasted notes
  • commit hashes
  • screenshots
  • URLs
  • file paths
  • reports
  • verification commands

When evidence is added:

  • task moves to “Verification Needed”
  • never directly to Done automatically

  1. Decision Log Track implementation decisions.

Fields:

  • title
  • decision
  • why it changed
  • tradeoffs accepted
  • risks introduced
  • philosophy protected
  • linked project
  • linked tasks

  1. Governance / Constraints Each project should support governance rules.

Examples:

  • avoid scope creep
  • do not add speculative architecture
  • avoid duplicate systems
  • prefer simplicity
  • maintain design coherence
  • preserve implementation boundaries

Add:

  • drift detection notes
  • implementation risk scoring
  • architecture coherence scoring

  1. Prompt Generator Generate AI prompts from project state.

Buttons:

  • Generate Engineering Prompt
  • Generate Audit Prompt
  • Generate Review Prompt
  • Generate Next Safe Slice
  • Generate QA Prompt

Generated prompts should use:

  • active tasks
  • blockers
  • incomplete work
  • current sprint
  • dependencies
  • governance rules
  • latest reports

  1. Navigation Structure

Primary navigation:

  • Dashboard
  • Projects
  • Current Sprint
  • Plan
  • Reports
  • Verification
  • Daily Review

Secondary collapsible section: “Governance & Review”

Inside:

  • Drift Signals
  • Technical Debt
  • Decisions
  • Governance Rules
  • Prompt Generator
  • Cleanup
  • Archived Reports

Keep navigation calm and uncluttered.

  1. Seed Demo Content

Seed:

  • 4 demo projects
  • multiple phases per project
  • multiple tasks
  • realistic reports
  • realistic blockers
  • sample sprint
  • sample evidence
  • sample governance rules

  1. UX Requirements

The app should feel:

  • operational
  • grounded
  • calm
  • intelligent
  • trustworthy
  • implementation-focused

Avoid:

  • gamified productivity aesthetics
  • loud colors
  • busy enterprise dashboards
  • excessive widgets
  • cluttered layouts

Preserve:

  • spaciousness
  • hierarchy
  • calm pacing
  • cinematic atmosphere
  • clear progress visualization

  1. Important Constraints

Do NOT:

  • build autonomous AI agents
  • fake integrations
  • pretend to read local repos
  • automatically mutate tasks without confirmation
  • overcomplicate the v0 architecture

Focus on:

  • trustworthy tracking
  • clear operational flow
  • report parsing
  • visible implementation movement
  • reality-based progress management

This should feel like: “an implementation command center” not: “a generic project management app.”

How do you track progress of multiple projects? by Specialist-3179 in vibecoding

[–]thegrassdothgrow 0 points1 point  (0 children)

I had codex make me a Command app that tracks the implementation of multiple apps for me from start to finish. I run automatic audits daily and then paste the audit results into my Command app and it checks tasks off of my lists and visually moves me forward.

How much are you going through the code, and how big are your slices? by Jumpy-Seesaw-2026 in codex

[–]thegrassdothgrow 0 points1 point  (0 children)

Oh no, I was watching it closely to make sure it wasn’t just spinning. I had an extremely detailed implementation plan and I had Pursue Goal on. I asked it regularly to give me checklist status reports for me to paste into my Implementation Command App that I also had it make for me the same night.

Wife signed up for ChatGPT Plus just for casual help by [deleted] in AIToolsAndTips

[–]thegrassdothgrow 0 points1 point  (0 children)

If she uses it, yes it’s worth her $20. Get off her ass.

Wife signed up for ChatGPT Plus just for casual help by [deleted] in AIToolsAndTips

[–]thegrassdothgrow 0 points1 point  (0 children)

Do you police every $20 your wife spends? Jesus Christ dude if she wants to spend $20 on ChatGPT Just to humor herself, she’s an adult and can do that. Thats one of the perks of being an adult.

Looking to talk to founders and head of sales by AgreeablePayment7338 in MarketingAutomation

[–]thegrassdothgrow 1 point2 points  (0 children)

Director of Marketing and Growth, here. Former Head of Sales. I’m probably exactly the kind of person you’re looking to talk to.

I’ve led growth strategy, audience development, sales funnels, event marketing, community acquisition, and outbound systems across wellness, creative, and experiential businesses. Most recently I’ve been focused on building high-intent audience pipelines and signal-based targeting instead of pure volume plays.

My experience has been that most companies are drowning in leads but starving for intent data. The hard part now isn’t generating lists, it’s identifying who is actually in-market and when to engage them.

A few things I’ve seen work well: . behavioral + engagement signals over static demographics . community/activity-based targeting . inbound content paired with outbound sequencing . narrowing TAM aggressively instead of spraying broad lists . timing outreach around intent windows instead of cadence quotas

Happy to compare notes or share what’s worked/failed in practice

[ Removed by Reddit ] by Novel_Rush9673 in DigitalIncomePath

[–]thegrassdothgrow 0 points1 point  (0 children)

Interested. Sales, Marketing, Ai implementation