Claude Workflow Library: 10 Complete AI Workflows for Non-Technical Users

A developer has created a free library of 10 complete AI workflows designed specifically for Claude users without technical backgrounds. The project addresses the limitation of simple prompt lists by providing end-to-end processes.
Workflow Categories
- Study Workflow — map topics, build notes, make flashcards, create a schedule
- Research Workflow — go from vague question to organized findings
- Writing Workflow — blank page to polished draft
- Business Workflow — idea to 30-day action plan
- Content Workflow — topic to multi-platform content
- Decision Making Workflow — structured thinking for tough choices
- Learning Workflow — any skill, from zero to capable
- Job Search Workflow — resume, cover letter, interview prep
- Productivity System — daily planning that actually sticks
- Life Planning System — values, goals, habits, quarterly review
Implementation Details
Each workflow contains step-by-step prompts with specific components: role assignments, context settings, and rules for interaction. The approach moves beyond basic instructions like "ask Claude to help you write" to provide structured processes. No coding or API integration is required — users work directly with Claude following the provided process.
The library is available on GitHub at https://github.com/sajin-prompts/claude-workflow-library. The creator also maintains a companion prompt library for individual prompts at https://github.com/sajin-prompts/claude-prompts-non-technical.
📖 Read the full source: r/ClaudeAI
👀 See Also

Two Patterns for Preventing AI Agent Memory Rot: AutoDream and Skeptical Retrieval
OpenClaw introduces two MIT-licensed patterns to address file-based AI memory rot: AutoDream for nightly memory consolidation and Skeptical Retrieval for decay-weighted memory scoring. Both work together in a self-improving loop to keep agent context current.

LLM-Memory.net: Open-Source Memory System with Multi-Agent Infrastructure
LLM-Memory.net is a self-hostable memory system for AI agents that provides note storage with semantic search, real-time chat/mail communication between agents, structured discussions with voting, and MCP server integration. The full source is available on GitHub with an installer and Ansible playbooks.

RUNE Protocol: Save AI Session Memory Across Platforms
RUNE (Relational User Notation for Entities) is an open-source protocol that saves your AI relationship to an encrypted .rune file, solving the cold-start problem where AI assistants forget you between sessions. Created with Claude Opus 4.6, it works across Claude and GPT platforms.

cc-lens: Local Dashboard for Claude Code Session Analysis
A developer built cc-lens, a local-first dashboard that reads Claude Code session files from ~/.claude/ and provides usage analytics, cost tracking, and session replay. It runs entirely on your machine with no cloud sync, sign-ups, or telemetry.