Source profileQuality 94/100Review permissions

indranilbanerjee/contentforge/skills/cf-calendar/SKILL.md

cf-calendar

Plan a 30/60/90-day content production calendar — works backward from publish dates to schedule production windows, balances team assignments, detects deadline conflicts, renders a text Gantt-chart timeline, and optionally creates Google Calendar milestone events when that MCP is connected. Triggers on "/contentforge:cf-calendar", "plan next quarter's content schedule", "build an editorial calendar", "when should production start for these pieces", "schedule content deadlines for the team". Impo

Source repository stars
23
Declared platforms
0
Static risk flags
3
Last source update
2026-08-17
Source checked
2026-08-25

Decision brief

What it does: where it fits

Plan and manage content production calendars with intelligent scheduling, deadline tracking, team assignments, and optional Google Calendar event creation. The calendar works backward from publish dates to calculate production start times, identifies bottlenecks, and generates a…

Best for

  • You need a 30/60/90-day content plan with specific dates and deadlines
  • You want to schedule production timelines that account for ContentForge processing time + review buffers
  • You need to assign content to team members and track who's responsible for what

Not for

  • "Publish dates conflict with weekends"
  • "Team member overloaded"

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/indranilbanerjee/contentforge --skill "skills/cf-calendar"
Safe inspection promptEditorial

Inspect the Agent Skill "cf-calendar" from https://github.com/indranilbanerjee/contentforge/blob/5f40253ff3a64d67610ce0ad996dfd80bafbff06/skills/cf-calendar/SKILL.md at commit 5f40253ff3a64d67610ce0ad996dfd80bafbff06. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    How to Use

    Prompts you for: 1. Time period (30/60/90 days) 2. Content plan source (manual / Google Sheet URL / paste topics) 3. Publish cadence 4. Team members (optional) 5. Review buffer

    Time period (30/60/90 days)Content plan source (manual / Google Sheet URL / paste topics)Publish cadence
  2. 02

    Step 1: Load Content Plan (1-2 minutes)

    Import and validate the content plan.

    All required fields present (title, contenttype, publishdate)Publish dates are in the futurePublish dates fall within the specified time period
  3. 03

    Step 2: Calculate Production Timelines (1-2 minutes)

    Work backward from each publish date to determine production windows.

    Work backward from each publish date to determine production windows.Production Lead-Time Planning Defaults (rough planning values — adjust to your own observed times; actual pipeline duration varies by topic complexity and model speed):Example Timeline for One Piece:
  4. 04

    Step 3: Team Assignment (1 minute)

    If team members are specified, distribute pieces across the team with workload balancing.

    Sort pieces by priority (highest first)Assign each piece to the team member with the lightest workload that weekEnsure no team member has more than 2 production pieces on the same day
  5. 05

    Step 4: Conflict Detection (1 minute)

    Identify scheduling bottlenecks.

    Same-day overload: More than 3 pieces scheduled for production on the same dayReview pile-up: More than 2 pieces need review on the same dayTeam overload: One team member has 2 pieces in the same week

Permission review

Static risk signals and limitations

Network access

medium · line 73

The documentation includes network, browsing, or remote request actions.

/contentforge:cf-calendar --period=60 --sheet=https://docs.google.com/spreadsheets/d/ABC123 --cadence=weekly --team="Alice,Bob"

Reads files

low · line 85

The documentation asks the agent to read local files, directories, or repositories.

Pulls the top refresh and new content recommendations from the most recent recorded `/contentforge:cf-audit` output and schedules them. **The read is a file contract (v4.0), not a memory of the conversation:**

Runs scripts

medium · line 88

The documentation asks the agent to run terminal commands or scripts.

python ${CLAUDE_PLUGIN_ROOT}/scripts/audit-ledger.py latest --brand <slug>

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score94/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars23SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
indranilbanerjee/contentforge
Skill path
skills/cf-calendar/SKILL.md
Commit
5f40253ff3a64d67610ce0ad996dfd80bafbff06
License
MIT
Collected
2026-08-25
Default branch
master
View the original SKILL.md

Content Calendar Planner

Plan and manage content production calendars with intelligent scheduling, deadline tracking, team assignments, and optional Google Calendar event creation. The calendar works backward from publish dates to calculate production start times, identifies bottlenecks, and generates a visual text-based Gantt chart timeline.

When to Use

Use /contentforge:cf-calendar when:

  • You need a 30/60/90-day content plan with specific dates and deadlines
  • You want to schedule production timelines that account for ContentForge processing time + review buffers
  • You need to assign content to team members and track who's responsible for what
  • You want Google Calendar events with reminders for each production milestone
  • You're onboarding a new client and need a structured editorial calendar
  • You want to identify scheduling conflicts before they become missed deadlines

For producing content, use /contentforge:create-content or /contentforge:batch-process. For auditing what needs refreshing, use /contentforge:cf-audit first to identify candidates.

What This Command Does

  1. Load Content Plan — Import topics from manual input, Google Sheets, or audit recommendations
  2. Calculate Production Timelines — Work backward from publish dates to determine production start dates, accounting for ContentForge processing time (20-30 min per piece) and review buffer
  3. Schedule Production Windows — Assign production start/end dates and publish dates for each piece
  4. Team Assignment — Distribute pieces across team members with workload balancing
  5. Conflict Detection — Identify deadline bottlenecks where multiple pieces need production on the same day
  6. Calendar Event Creation — Create Google Calendar events (optional) with reminders for production start, review deadline, and publish date
  7. Visual Timeline — Generate a text-based Gantt chart showing the full calendar

Required Inputs

Minimum Required:

  • Time Period — 30, 60, or 90 days (from today or from a specified start date)
  • Content Plan — Topics to schedule (manual input, Google Sheets, or array)

Content Plan Input Formats:

Manual Input (Interactive):

Topic: AI in Healthcare Trends 2026
Type: article
Publish Date: 2026-03-15
Priority: 1

Google Sheets: Sheet with columns: title, content_type, publish_date, priority, brand, assigned_to (optional)

Array (Quick Mode):

--topics="AI Healthcare Trends:article:2026-03-15:1, CRM for Startups:blog:2026-03-18:2, HIPAA Guide:whitepaper:2026-03-25:1"

Optional:

  • Team Assignments — Team member names for workload distribution (e.g., --team="Alice,Bob,Carol")
  • Publish Cadence — Auto-distribute publish dates: daily, weekly (default), biweekly
  • Start Date — Calendar start date (default: today)
  • Review Buffer — Hours between production completion and publish date for human review (default: 24 hours)

How to Use

Interactive Mode

/contentforge:cf-calendar

Prompts you for:

  1. Time period (30/60/90 days)
  2. Content plan source (manual / Google Sheet URL / paste topics)
  3. Publish cadence
  4. Team members (optional)
  5. Review buffer

Quick Mode with Google Sheet

/contentforge:cf-calendar --period=60 --sheet=https://docs.google.com/spreadsheets/d/ABC123 --cadence=weekly --team="Alice,Bob"

Quick Mode with Topics Array

/contentforge:cf-calendar --period=30 --topics="AI Healthcare:article:2026-03-15:1, CRM Guide:blog:2026-03-20:2" --cadence=weekly

Import from Audit Recommendations

/contentforge:cf-calendar --period=90 --from-audit=latest --cadence=biweekly

Pulls the top refresh and new content recommendations from the most recent recorded /contentforge:cf-audit output and schedules them. The read is a file contract (v4.0), not a memory of the conversation:

python ${CLAUDE_PLUGIN_ROOT}/scripts/audit-ledger.py latest --brand <slug>

The returned record's pieces (ranked by refresh_priority, with recommended_scope) become refresh slots, and its gap_topics become new-content slots. When the script exits 1 (no recorded audits for the brand), say exactly that and suggest running /contentforge:cf-audit first — never reconstruct recommendations from memory of an audit this session may never have seen.

What Happens

Step 1: Load Content Plan (1-2 minutes)

Import and validate the content plan.

Validation Checks:

  • All required fields present (title, content_type, publish_date)
  • Publish dates are in the future
  • Publish dates fall within the specified time period
  • Content types are valid (article, blog, whitepaper, faq, research_paper, video_script, case_study, newsletter)
  • No duplicate titles

If publish dates are not provided (using cadence mode):

  • Auto-assign publish dates based on the specified cadence
  • Priority 1 items get earlier dates
  • Distribute evenly across the time period

Example:

Content Plan Loaded
================================================================

Time Period: 2026-02-25 to 2026-04-25 (60 days)
Total Pieces: 12
Cadence: Weekly (Tuesdays and Thursdays)

Pieces by Type:
  Articles: 5
  Blogs: 4
  Whitepapers: 2
  FAQs: 1

Pieces by Priority:
  Priority 1 (Urgent): 3
  Priority 2 (High): 5
  Priority 3 (Normal): 4
================================================================

Step 2: Calculate Production Timelines (1-2 minutes)

Work backward from each publish date to determine production windows.

Production Lead-Time Planning Defaults (rough planning values — adjust to your own observed times; actual pipeline duration varies by topic complexity and model speed):

Content Type    Production Time    Review Buffer    Total Lead Time
─────────────────────────────────────────────────────────────────
Article         25 min             24 hours         ~1.5 days
Blog            18 min             24 hours         ~1.5 days
Whitepaper      35 min             48 hours         ~2.5 days
FAQ             15 min             24 hours         ~1.5 days
Research Paper  60 min             72 hours         ~3.5 days

Timeline Calculation:

For each piece:
  Publish Date:      [specified or auto-assigned]
  Review Deadline:   Publish Date - Review Buffer
  Production End:    Review Deadline - 1 hour (buffer for output generation)
  Production Start:  Production End - Production Time
  Brief Due:         Production Start - 24 hours (if brief needed)

Example Timeline for One Piece:

"AI Healthcare Trends 2026" (Article, Priority 1)
  Brief Due:         2026-03-13 09:00 AM
  Production Start:  2026-03-14 09:00 AM
  Production End:    2026-03-14 09:30 AM
  Review Deadline:   2026-03-15 09:00 AM
  Publish Date:      2026-03-15 10:00 AM

Step 3: Team Assignment (1 minute)

If team members are specified, distribute pieces across the team with workload balancing.

Assignment Logic:

  1. Sort pieces by priority (highest first)
  2. Assign each piece to the team member with the lightest workload that week
  3. Ensure no team member has more than 2 production pieces on the same day
  4. Respect any pre-assigned team members from the content plan

Example:

Team Assignments
================================================================

Alice (5 pieces):
  Week 1: AI Healthcare Trends (article), CRM Guide (blog)
  Week 2: HIPAA Compliance (whitepaper)
  Week 3: Patient Engagement (article)
  Week 4: Data Security FAQ (faq)

Bob (4 pieces):
  Week 1: Telemedicine ROI (article)
  Week 2: Remote Monitoring (blog), Digital Health (blog)
  Week 3: EHR Integration (article)

Carol (3 pieces):
  Week 1: Value-Based Care (whitepaper)
  Week 2: Clinical AI (article)
  Week 3: API Integration (blog)

Workload Balance: Alice 5 | Bob 4 | Carol 3 (balanced within 2)
================================================================

Step 4: Conflict Detection (1 minute)

Identify scheduling bottlenecks.

Conflicts Detected:

  • Same-day overload: More than 3 pieces scheduled for production on the same day
  • Review pile-up: More than 2 pieces need review on the same day
  • Team overload: One team member has >2 pieces in the same week
  • Publish cluster: More than 2 pieces publishing on the same day (audience fatigue risk)

Example Conflicts:

Scheduling Conflicts Detected
================================================================

WARNING: March 14 — 3 pieces scheduled for production
  AI Healthcare Trends (Alice), Telemedicine ROI (Bob), Value-Based Care (Carol)
  Risk: All 3 need review on March 15 (review pile-up)
  Suggestion: Move "Value-Based Care" production to March 12
              (whitepaper needs 48h review buffer anyway)

WARNING: March 25 — 2 pieces publishing same day
  HIPAA Compliance (whitepaper) and EHR Integration (article)
  Risk: Audience email fatigue if both go to same list
  Suggestion: Move EHR Integration to March 27

Auto-resolved: 1 conflict
  Moved "Value-Based Care" production to March 12 (accepted suggestion)

Remaining: 1 conflict requires manual decision
  March 25 publish cluster — choose which piece to move
================================================================

Step 5: Google Calendar Events (1-2 minutes, optional)

If Google Calendar MCP is connected, create calendar events for each milestone.

Events Created Per Piece:

  1. Brief Due — "CF Brief Due: [Title]" (1 day before production)
  2. Production Start — "CF Production: [Title]" with description containing content type, brand, word count target
  3. Review Deadline — "CF Review: [Title]" with link to output file
  4. Publish Date — "CF Publish: [Title]" with publish instructions

Event Details:

  • Calendar: Uses default calendar (or specify with --calendar="Content Team")
  • Reminders: 1 hour before and 15 minutes before each event
  • Color coding: Priority 1 = red, Priority 2 = orange, Priority 3 = blue
  • Description: Content type, brand, assigned team member, word count target

Without Google Calendar MCP: Calendar events are skipped. The visual timeline is still generated.

Step 6: Visual Timeline (Gantt Chart)

Generate a text-based Gantt chart showing the complete calendar.

Example:

Content Calendar: 2026-02-25 to 2026-04-25 (60 Days)
================================================================

Week 1 (Feb 25 - Mar 3)
  Mon  Tue  Wed  Thu  Fri  Sat  Sun
  25   26   27   28   1    2    3
  ──── ──── ──── ──── ──── ──── ────
       [B]            [P]
       AI Healthcare  AI Healthcare
       >>>>>>>>>>>>>>>>[R][PUBLISH]

       [B] = Brief Due  [P] = Production  [R] = Review

Week 2 (Mar 4 - Mar 10)
  Mon  Tue  Wed  Thu  Fri  Sat  Sun
  4    5    6    7    8    9    10
  ──── ──── ──── ──── ──── ──── ────
  [B]       [P]  [R]  [PUB]
  CRM Guide >>>>>>>>>[PUBLISH]

       [P]  [R]       [PUB]
       Tele ROI >>>>>>[PUBLISH]

... (continues for all weeks)

================================================================
Summary:
  Total Pieces: 12
  Publishing Dates: 12 dates across 8 weeks
  Production Days: 14 unique days with scheduled work
  Team Coverage: Alice (5), Bob (4), Carol (3)
  Calendar Events Created: 48 (4 per piece x 12 pieces)
  Conflicts Resolved: 1 auto, 1 manual pending
================================================================

Output

The complete content calendar includes:

SectionDescription
Plan SummaryTotal pieces, time period, cadence, team members
Production TimelineStart/end/review/publish dates per piece
Team AssignmentsWorkload distribution with weekly breakdown
Conflict ReportIdentified bottlenecks with resolution suggestions
Gantt ChartVisual text-based timeline of all production activity
Calendar EventsStatus of Google Calendar event creation (if connected)
Deadline AlertsUpcoming deadlines for the next 7 days

Output Example

Content Calendar Created
================================================================

Period: 60 days (2026-02-25 to 2026-04-25)
Pieces: 12 pieces across 8 weeks
Cadence: Weekly (Tuesdays and Thursdays)
Team: Alice (5), Bob (4), Carol (3)

Production Schedule:
  This Week: 2 pieces starting production
  Next Week: 3 pieces starting production
  Week 3-4: 4 pieces
  Week 5-8: 3 pieces

Calendar Events: 48 events created in "Content Team" calendar
Conflicts: 1 auto-resolved, 1 pending manual decision

Next Deadline: "AI Healthcare Trends" brief due Feb 27, 9:00 AM (Alice)
================================================================

MCP Integrations

Optional (HTTP)

  • Google Calendar — Create calendar events with reminders for production milestones. Events are color-coded by priority. Without it, the calendar is still fully functional as a text-based timeline.

Optional (npx)

  • Google Sheets — Import content plan from a shared Google Sheet. Export the generated calendar back to a Sheet for team access. Without it, use manual input or CSV.

Fallback (No MCP)

Without MCP connections, the calendar provides a complete text-based timeline with production dates, team assignments, and conflict detection. Events can be manually added to any calendar application using the dates from the timeline.

Troubleshooting

"Publish dates conflict with weekends"

Solution: By default, publish dates are assigned to weekdays only. Use --include-weekends to allow weekend publishing.

"Team member overloaded"

Cause: More pieces than team members can handle in the time period. Solution: Extend the time period, add team members, or reduce the number of pieces. The calendar will warn you during conflict detection.

"Calendar events not created"

Cause: Google Calendar MCP not connected or authorization not granted. Solution: Run /contentforge:cf-integrations to check Google Calendar status. Run /contentforge:cf-connect google-calendar for setup instructions.

"Production timeline too tight"

Cause: Publish dates are too close together for the number of pieces. Solution: Increase the review buffer (--review-buffer=48) or spread publish dates further apart. Whitepapers and research papers need longer lead times.

Limitations

  • Time zones — Calendar events use the system's default time zone; multi-timezone teams should normalize manually.
  • Auto-rescheduling — Calendar does not automatically reschedule when a piece is delayed. Manual update required.
  • Google Calendar only — No Outlook, Apple Calendar, or iCal export.
  • Cadence patterns — Supports daily, weekly, and biweekly (no custom patterns like "Mon/Wed/Fri").
  • Maximum pieces — Tested with up to 50 pieces per calendar. Larger calendars may have slower conflict detection.

Agent Used

None. This skill uses deterministic scheduling logic (backward timeline calculation, workload balancing, conflict detection) without agent-based reasoning.

Related Skills


Agent: None (deterministic scheduling) MCP: Google Calendar (optional, HTTP), Google Sheets (optional, npx) Output: Content calendar with timeline, assignments, conflict report, and optional calendar events

Frequently asked questions

What to verify before installation and use

What does the cf-calendar source document cover?

Plan and manage content production calendars with intelligent scheduling, deadline tracking, team assignments, and optional Google Calendar event creation. The calendar works backward from publish dates to calculate production start times, identifies bottlenecks, and generates a…

How do I install cf-calendar?

The source record exposes this install command: npx skills add https://github.com/indranilbanerjee/contentforge --skill "skills/cf-calendar". Inspect the command and pinned source before running it.

Which permission-related actions were detected?

Static rules flagged network, read-files, exec-script in the source; the page lists the matching lines and excerpts.

Alternatives

Compare before choosing