Agent skill
k1-generator
Generates K-1 schedules for partner distributions with tax allocations
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/business/venture-capital/skills/k1-generator
Metadata
Additional technical details for this skill
- domain
- business
- skill id
- vc-skill-041
- specialization
- venture-capital
SKILL.md
K1 Generator
Overview
The K1 Generator skill produces Schedule K-1 tax documents for limited partners, handling complex tax allocations including carried interest treatment under IRC Section 1061. It ensures accurate, timely tax reporting for fund distributions.
Capabilities
K-1 Preparation
- Generate Schedule K-1 forms
- Calculate partner tax allocations
- Handle tiered partnership structures
- Support state K-1 requirements
Tax Allocation
- Allocate income by character (ordinary, capital gains)
- Handle qualified opportunity zone provisions
- Apply Section 1061 carried interest rules
- Manage tax basis tracking
Distribution Reporting
- Report distributions to partners
- Track return of capital vs. gains
- Handle installment sale treatments
- Manage escrow release allocations
Compliance Support
- Generate required tax schedules
- Support LP tax planning
- Provide allocation explanations
- Track filing deadlines
Usage
Generate K-1s
Input: Fund activity, partner data
Process: Calculate allocations, generate forms
Output: K-1 documents by partner
Calculate Tax Allocations
Input: Fund income/loss, allocation provisions
Process: Apply allocation methodology
Output: Partner allocation schedules
Handle Distribution Reporting
Input: Distribution data
Process: Classify and allocate
Output: Distribution reporting schedules
Prepare State K-1s
Input: State allocation data
Process: Generate state-specific K-1s
Output: State K-1 documents
K-1 Components
| Component | Description |
|---|---|
| Box 1-3 | Ordinary income/loss |
| Box 8-10 | Capital gains/losses |
| Box 11 | Section 1231 gains/losses |
| Box 13-20 | Other items |
| Schedules | Supporting detail |
Integration Points
- Distribution Waterfall Calculation: Allocation basis
- Waterfall Calculator: Distribution data
- Tax Coordinator (Agent): Support tax work
- Fund Accountant (Agent): Coordinate accounting
Tax Considerations
| Consideration | Treatment |
|---|---|
| Section 1061 | 3-year hold for LTCG on carry |
| QSBS | Section 1202 exclusion tracking |
| State Taxes | State-specific allocations |
| Foreign Partners | Withholding requirements |
Best Practices
- Start K-1 preparation early in year-end
- Coordinate with fund tax advisors
- Provide LP tax planning estimates
- Document allocation methodology
- Track basis and capital accounts accurately
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-tools
Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).
model-profile-resolution
Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.
verification-suite
Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.
state-management
STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
frontmatter-parsing
YAML frontmatter parsing and manipulation for .planning/ documents. Provides read, write, update, query, and validation operations on frontmatter blocks in GSD markdown artifacts.
Didn't find tool you were looking for?