Activity
Mon
Wed
Fri
Sun
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
What is this?
Less
More

Memberships

Clief Notes

43.7k members • Free

Autonomee: Claude Code Pro

258 members • $97/month

AI Profit Boardroom

3.8k members • $59/m

Claude Code Architects

1.6k members • Free

AI Automation Vault

26.3k members • Free

AI Automation Society

434k members • Free

The Iron Forge Brotherhood

44.7k members • Free

The SEO Elite Circle

688 members • $149/m

CC Strategic AI

3.2k members • $27/month

10 contributions to Clief Notes
Request to Restore VIP Skool Access
Hi, I’m a VIP member, but I recently noticed that I no longer have access to the VIP Skool community and its locked classroom sections. I also joined the Lyceum training program, which includes VIP access, so I’m wondering whether the change may have affected my existing membership. Could you please help restore my VIP access? I’d especially like to review the results from the most recent competition, along with the other content in the locked classroom areas. Thank you for your help.
🏆 WEEKLY COMP #9: THE EDITOR 🏆
🎟️ PRIZE: FREE SEAT IN THE LYCEUM 🎟️ Pick your cohort. Technical, Business, or Creator. Your call. 🎯 PICK YOUR DOMAIN The domain is yours. Pick something specific. Pick something you'd actually use. A few sparks to get you thinking: - 💻 Code review editor for a specific language and level (junior TypeScript, senior Python) - 📊 Pitch deck editor for pre-seed founders - 🎨 Grant application editor for arts nonprofits - 📄 Resume editor for career switchers into tech - 📰 Op-ed editor for policy publications - 🎙️ Podcast script editor for interview shows - ⚖️ Legal brief editor for civil litigation - 📋 Product spec editor for early-stage PMs - 🎓 Academic paper editor for one specific field The more specific, the better. "Writing editor" is too broad. "Op-ed editor for tech policy publications targeting a policy audience" is right. 🗂️ THE METHODOLOGY If this is your first comp, welcome. Here's what you need to know: This week (and every week) you're learning interpretable context methodology. Folders as architecture. Each file does one job well. Your editor is a folder with five things: - 📄 identity.md (who the editor is, what work they review) - 📐 rules.md (how they critique) - 💬 examples.md (what good critique looks like) - 📚 reference/ (style guides, checklists, frameworks the editor uses) - 📖 README.md (how to use it) Drop the folder into a Claude project. Claude becomes the editor. Reusable. Shareable. Portable. 🔥 THE ANGLE THIS WEEK An editor is NOT a rewriter. An editor doesn't do the work for you. An editor surfaces what's weak and pushes you to fix it. That distinction is the whole assignment this week. When someone hands the editor a draft, the editor shouldn't produce a "fixed" version. The editor should point at the three lines that don't work, explain why, and hand it back to the writer to solve. ✍️ Generic feedback like "consider strengthening your intro" is a fail. Specific feedback like "your intro assumes the reader already knows what a Series A is, but this pub is read by generalists, so lead with the stakes instead of the jargon" is what a real editor does.
3 likes • 15d
I’m a Salesforce Solution Architect, and I regularly see solution designs that appear complete while leaving critical details undefined—routing precedence, failure behavior, ownership, reporting definitions, and test evidence. Developers and QA teams are then forced to make assumptions, while architecture reviewers cannot evaluate the design consistently. I built the Salesforce Enhanced Chat Design Review Editor to give Salesforce admins, developers, consultants, and architects a repeatable way to prepare Enhanced Chat and Omni-Channel Solution Design Documents for formal review. Using Why → Flow → Failure → Proof, it identifies the five highest-risk gaps, points to the exact passages that create them, explains what could fail downstream, and hands each problem back to the author to solve. It never rewrites the design or claims architecture approval. The repository supports the full intake, critique, revision, re-review, and accountable human-review loop, with published examples demonstrating both iterative improvement and performance against an unseen design. Repo: https://github.com/marky707/salesforce-enhanced-chat-design-editor Landing Page: https://marky707.github.io/salesforce-enhanced-chat-editor-portfolio/
🛠️ New tool: ICM Architect
I explain the details about it on today's high tea . I built a Claude skill that turns a process, an idea, or a messy folder into an ICM workspace. The folder structure does the orchestration. Numbered folders carry the order, the hierarchy scopes context, and plain markdown files hold state. One agent walks the right files at the right time and does the work a multi-agent setup would. Repo: github.com/RinDig/icm-architect 📦 What it does Two modes. 🔨 Build. You describe your work and it pulls out the structure already sitting in how you talk about it. The stages, the points where you stop and check, what stays the same every run versus what is new. Then it picks one of five proven forms and scaffolds the smallest workspace that carries the job. ♻️ Restructure. Point it at a folder, repo, or vault you already have. It reads every file, sorts each one by role, shows you a migration map, waits for your yes, then moves and checks the result. 🧩 The five forms Pipeline, umbrella, record library, knowledge bundle, context map. They mix and nest, so most real workspaces use more than one. ✅ The walk test Every result gets checked cold. An agent with no memory has to open the root, find its way, act, and report status from the files alone. If it can't, the structure gets fixed until it can. ⚙️ How to use it You can honestly just tell claude to download it from the link, but if you're using codex or something else it will just have to restructure the claude.md to agents.md Or if you want to do more Hands-On install Claude Code: drop the folder in ~/.claude/skills/icm-architect/, then say "ICM this" or "build me a workspace for X." Claude apps: zip the folder and upload it under Settings, then Capabilities. Fork it, break it, tell me what you built. 👇
11 likes • 17d
Awesome I am looking forward to trying this out!
MASTERLIST! 🏆 Every Competition Entry.
Seven weeks, 155+ entries. Every link that exists. This covers everyone who entered. If you're looking for ideas on what the community has shipped or want to explore what people built in a specific week, this is the place. If your entry is missing or a link is broken, drop it in the comments please and thank you. WEEK 7️⃣ : THE OPERATOR Build a folder-based AI operator that handles one operational workflow end-to-end. The operator must make decisions and route work autonomously, not ask the user what to do. Prize: Free Lyceum seat. Brief: https://www.skool.com/cliefnotes/weekly-comp-7-the-operator 🏆 Winner: TBA (announced Monday June 15) Honorable Mentions: TBA Other entries: Gabriel Azoulay - Nightwatch (on-call alert triage: PAGE / TICKET / SUPPRESS / FLAG scored by business impact, not alert label) - https://github.com/NFTYoginis/nightwatch | Live: https://nftyoginis.github.io/nightwatch Arjen Stet - Porter (inbox operator for project managers: one of seven outcomes per email — card it, update, reply, file, decline, filter, or flag — with confidence shown and the rule that fired) - https://github.com/astetic-dev/porter-intake-operator | Walkthrough: https://youtu.be/V3rkvH7QL6w Toby Iverson - The Maintainer (GitHub issue triage: categorises issues, checks against spec/roadmap/changelog, drafts labeled replies or escalations) - https://github.com/BytesFromToby/The-Maintainer Toby Iverson - RepoRouter (second entry; live on its own repo — go report an issue to test it) - https://github.com/BytesFromToby/RepoRouter Sunny Singh - Subscription Auditor (KEEP / DOWNGRADE / CANCEL / FLAG per subscription line, with savings total and dated action plans for annual-plan traps) - https://github.com/ms-codehorizon/subscription-auditor | Live: https://ms-codehorizon.github.io/subscription-auditor/
1 like • Jun 15
This is great 🙏
Robinhood now has Agentic Trading, you in?
Really curious to see what the community thinks about this. Basically all it’s doing is giving you access to run your own agent. So you might as well run your own ICM in Claude code, right? According to their terms, the user takes all of the risk for the platform making errors and hallucinations. What do you think, are you in? Note: this isn’t financial advice and I don’t work for Robinhood
1 like • Jun 13
Whats wrong with Robinhood, Ive been using them and haven't had a problem with them so far. Curious to know in case there is something I should be aware of.
1 like • Jun 14
@Mike Wiliams that’s interesting. I remember the GameStop issue. I didn’t know they were still doing that, though. I basically started using them primarily because of all the bonuses they started giving out and the interest they pay on sending money.
1-10 of 10
Mark Albano
3
22 points to level up
@mark-albano-3534
Doing what I can to be the best version of myself

Active 35m ago
Joined Aug 3, 2026
Powered by