Skip to content

Instantly share code, notes, and snippets.

View ifindev's full-sized avatar
:electron:
Shipping Things 🔥

Muhammad Arifin ifindev

:electron:
Shipping Things 🔥
View GitHub Profile
@ifindev
ifindev / CLAUDE.md
Last active April 2, 2026 04:27
CLAUDE.md with Linear & GitHub Integration

CLAUDE.md

Linear Workflow

Before starting any ticket

  1. Pull the ticket from Linear: use mcp__linear-server__get_issue with the issue ID
  2. Read comments on the immediately preceding ticket (e.g. if starting E3-003, read E3-002 comments) using mcp__linear-server__list_comments — look for handoff notes left by the previous agent
  3. Read the full description, acceptance criteria, technical notes, and API tests
  4. Set the ticket status to In Progress via mcp__linear-server__save_issue
@ifindev
ifindev / prd.ms
Created March 9, 2026 11:40
PRD Sistem Managemen Rental Mobil
# Product Definition Document
## Sistem Manajemen Rental Mobil (RentalKu)
> **Versi:** 1.0 — Draft
>
>
> **Tanggal:** 27 Februari 2026
>
> **Status:** In Review
@ifindev
ifindev / prd.md
Last active March 9, 2026 23:05
PRD Aplikasi Manajemen Lapangan Futsal

Product Requirement Document

Sistem Manajemen Lapangan Futsal (FutsalKu)

Versi: 1.0 — Draft

Tanggal: 9 Maret 2026

Status: In Review

@ifindev
ifindev / CLAUDE.md
Created March 13, 2026 10:14
Contoh CLAUDE.md

CLAUDE.md

Project Overview

This is a multi-tenant SaaS platform for futsal field management. Each tenant is a business owner who manages one or more futsal venues — handling bookings, schedules, pricing, members, and payments from a single dashboard.

Tech Stack

  • Framework: Next.js 14 (App Router)
  • API Layer: tRPC v11 (end-to-end typesafe)
  • Database: Supabase (PostgreSQL) + Prisma ORM